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
previousKeyPointsKeyPointCollectionThe set of features detected in the reference image.
currentKeyPointsKeyPointCollectionThe set of matching features detected in the current image.