AvrahamOmer / Shop-Sense

Making stores more efficient
1 stars 0 forks source link

Learning #8

Open ItamarAvieli opened 1 year ago

ItamarAvieli commented 1 year ago

Image Stitching: The video on image stitching demonstrated the process of combining multiple frames into a panorama. This technique can be useful for creating a full picture of the store. link_1

Centroid Tracking: The article introduced a simple object tracking method using centroids. Centroid tracking offers a straightforward approach to track objects based on their positions and can be implemented using OpenCV. link_2

COCO Object Detection and Kalman Filter: The video showcased object detection and tracking using the COCO dataset and the Kalman filter. This combination allows for reliable and robust object tracking. link_3