Table of Contents

Class GoodFeaturesToTrack

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that finds strong corner features for each image in the sequence.

public class GoodFeaturesToTrack : Transform<IplImage, KeyPointCollection>
Inheritance
GoodFeaturesToTrack
Inherited Members

Properties

MaxFeatures

Gets or sets the maximum number of corners to find.

MinDistance

Gets or sets the minimum accepted distance between detected corners.

QualityLevel

Gets or sets the minimal accepted quality for image corners.

RegionOfInterest

Gets or sets the region of interest used to find image corners. If the rectangle is empty, the whole image is used.

Methods

Process(IObservable<IplImage>)

Finds strong corner features for each image in an observable sequence.

Process(IObservable<Tuple<IplImage, IplImage>>)

Finds strong corner features for each image in an observable sequence, where each image is paired with a mask where zero pixels are used to indicate areas in the original image from which features should be rejected.