Table of Contents

Constructor KeyPointOpticalFlow

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

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 KeyPointCollection

The set of features detected in the reference image.

currentKeyPoints KeyPointCollection

The set of matching features detected in the current image.