Table of Contents

Delegate TrackerKCF.FeatureExtractorCallback

Namespace
OpenCvSharp.Tracking
Assembly
OpenCvSharp.dll

Custom feature extraction callback for SetFeatureExtractor(FeatureExtractorCallback, bool).

public delegate void TrackerKCF.FeatureExtractorCallback(Mat image, Rect roi, Mat features)

Parameters

image Mat

The current frame.

roi Rect

The region of interest to extract features from.

features Mat

The output feature matrix to fill in.