Table of Contents

Class FastFeatureDetector

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Detects corners using FAST algorithm by E. Rosten

public class FastFeatureDetector : Feature2D, IDisposable, ICvPtrHolder
Inheritance
FastFeatureDetector
Implements
Inherited Members

Constructors

FastFeatureDetector(nint)

Constructor

protected FastFeatureDetector(nint p)

Parameters

p nint

Properties

NonmaxSuppression

public bool NonmaxSuppression { get; set; }

Property Value

bool

Threshold

public int Threshold { get; set; }

Property Value

int

Type

public int Type { get; set; }

Property Value

int

Methods

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

DisposeManaged()

Releases managed resources

protected override void DisposeManaged()