Description: 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.
To Search:
File list (Check if you may need any files):
LK算法-赵嘉慧\opticalFlow.cpp
LK算法-赵嘉慧\OpticalFlow.exe
LK算法-赵嘉慧\计算机视觉 三.docx
LK算法-赵嘉慧