简体   繁体   中英

Is the “Good Features to Track” theory some way implemented in OpenCV?

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

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):

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM