1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 16:08:41 +08:00
Files
opencv_contrib/modules/tracking
Alireza Davoudi 1794ab57e4 fixed a bug in mean subtraction from target and search patches
As the type of `targetPatch` and `searchPatch` is CV_8UC3, subtracting 128 from them will saturate all values smaller than 128 to zero.
2018-03-06 14:29:15 +03:30
..
2017-10-25 15:19:06 +02:00
2018-02-02 19:15:28 +03:00
2017-03-20 14:29:20 +03:00
2016-03-27 17:12:13 -07:00

Object tracking API

Use and/or evaluate one of 5 different visual object tracking techniques.