필터 지우기
필터 지우기

vision.ShapeInserter its possible to tracking Boundary points?

조회 수: 7 (최근 30일)
Selva Karna
Selva Karna 2017년 9월 25일
답변: Vidip 2024년 5월 15일
vision.ShapeInserter its possible to tracking Boundary points?

답변 (1개)

Vidip
Vidip 2024년 5월 15일
The ‘vision.ShapeInserter’ System object in MATLAB is primarily designed for inserting shapes such as circles, rectangles, and polygons into images or videos. It is typically used for annotation or visualization purposes, rather than for tracking.
For tracking boundary points or objects in video frames or images, you can use ‘vision.PointTracker’, it tracks a set of points using the Kanade-Lucas-Tomasi (KLT), feature-tracking algorithm. You can use the point tracker for video stabilization, camera motion estimation, and object tracking.
For more information, you can refer to the documentation link below –

카테고리

Help CenterFile Exchange에서 Tracking and Motion Estimation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by