You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working with low resolution cameras I've noticed somewhere in the code numbers are getting transformed to integers.
And reading some of the code I've noticed ContourFinder::getCenter calls ContourFinder::getBoundingRect which returns a cv::Rect instead of cv::Rect2f
if we assure float numbers can be used in getCenter the tracking output will be smoother
Thanks
The text was updated successfully, but these errors were encountered:
Working with low resolution cameras I've noticed somewhere in the code numbers are getting transformed to integers.
And reading some of the code I've noticed
ContourFinder::getCenter
callsContourFinder::getBoundingRect
which returns acv::Rect
instead ofcv::Rect2f
if we assure float numbers can be used in getCenter the tracking output will be smoother
Thanks
The text was updated successfully, but these errors were encountered: