Is the “Good Features to Track” theory some way im

2019-08-18 06:17发布

I have read in : this PDF that If I want to track object I do not have to track all the images(BRUTEFORCE) in video stream. It is enough to get the object in image of the video sequence and on the other images just focus on that object, It is some way implemented in OpenCV?

PS.: I know it is pretty old text :) Thanks

标签: opencv
1条回答
祖国的老花朵
2楼-- · 2019-08-18 06:40

Yes:

As documented here, the cv::goodFeaturesToTrack function finds the most prominent corners in the image or in the specified image region, as described in Shi94 (the paper you linked):

查看更多
登录 后发表回答