Class AgastFeatureDetector
- Namespace
- Emgu.CV.Features2D
- Assembly
- Emgu.CV.dll
Wrapped AGAST detector
public class AgastFeatureDetector : Feature2D, IDisposable, IAlgorithm
- Inheritance
-
AgastFeatureDetector
- Implements
- Inherited Members
- Extension Methods
Constructors
AgastFeatureDetector(int, bool, Type)
Create AGAST using the specific values
public AgastFeatureDetector(int threshold = 10, bool nonmaxSuppression = true, AgastFeatureDetector.Type type = Type.OAST_9_16)
Parameters
threshold
intThreshold
nonmaxSuppression
boolNon maximum suppression
type
AgastFeatureDetector.TypeType
Methods
DisposeObject()
Release the unmanaged resources associated with this object
protected override void DisposeObject()