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
pnint
Properties
NonmaxSuppression
public bool NonmaxSuppression { get; set; }
Property Value
Threshold
public int Threshold { get; set; }
Property Value
Type
public int Type { get; set; }
Property Value
Methods
Create(int, bool)
Constructs FastFeatureDetector
public static FastFeatureDetector Create(int threshold = 10, bool nonmaxSuppression = true)
Parameters
thresholdintthreshold on difference between intensity of the central pixel and pixels of a circle around this pixel.
nonmaxSuppressionboolif true, non-maximum suppression is applied to detected corners (keypoints).
Returns
DisposeManaged()
Releases managed resources
protected override void DisposeManaged()