Constructor KeyPointOpticalFlow
KeyPointOpticalFlow(KeyPointCollection, KeyPointCollection)
Initializes a new instance of the KeyPointOpticalFlow class using the set of sparse feature correspondences detected in the reference and current images.
public KeyPointOpticalFlow(KeyPointCollection previousKeyPoints, KeyPointCollection currentKeyPoints)
Parameters
previousKeyPoints
KeyPointCollectionThe set of features detected in the reference image.
currentKeyPoints
KeyPointCollectionThe set of matching features detected in the current image.