Effacer les filtres
Effacer les filtres

vision.ShapeInserter its possible to tracking Boundary points?

3 vues (au cours des 30 derniers jours)
Selva Karna
Selva Karna le 25 Sep 2017
Réponse apportée : Vidip le 15 Mai 2024
vision.ShapeInserter its possible to tracking Boundary points?

Réponses (1)

Vidip
Vidip le 15 Mai 2024
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 –

Catégories

En savoir plus sur Tracking and Motion Estimation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by