Welcome![Sign In][Sign Up]
Location:
Search - GoodFeaturesToTrack

Search list

[Graph Recognizegood_features.cpp

Description: How to use OpenCV s GoodFeaturesToTrack to detect good features that could be tracked in a movie or a camera sequence.
Platform: | Size: 3072 | Author: methy | Hits:

[Multimedia DevelopGoodFeaturesToTrack

Description: GoodFeaturesToTrack Determines strong corners on image. download and install opencv 1.1pre
Platform: | Size: 2048 | Author: rahman | Hits:

[OtherLK算法

Description: 利用openCV,首先利用goodFeaturesToTrack函数得到图像中的强边界作为跟踪的特征点,接下来要调用calcOpticalFlowPyrLK函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把得到的跟踪结果过滤一下,去掉不好的特征点。再把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlowPyrLK function, input two consecutive images, and select a set of feature points in the first image, the output for this set of points in the next image position. Then filter the resulting trace to get rid of the bad feature points. Then mark the tracking path of the feature points.)
Platform: | Size: 2072576 | Author: 赵嘉慧 | Hits:

[Other光流法运动估计OpticalFlow

Description: 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlowPyrLK function, input two consecutive images, and select a set of feature points in the first image, the output for this set of points in the next image position. Then filter the resulting trace to get rid of the bad feature points. Then mark the tracking path of the feature points.)
Platform: | Size: 2038784 | Author: 赵嘉慧 | Hits:

CodeBus www.codebus.net