Table of Contents

Method Create

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Create(int, bool)

Constructs FastFeatureDetector

public static FastFeatureDetector Create(int threshold = 10, bool nonmaxSuppression = true)

Parameters

threshold int

threshold on difference between intensity of the central pixel and pixels of a circle around this pixel.

nonmaxSuppression bool

if true, non-maximum suppression is applied to detected corners (keypoints).

Returns

FastFeatureDetector