Table of Contents

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 int

Threshold

nonmaxSuppression bool

Non maximum suppression

type AgastFeatureDetector.Type

Type

Methods

DisposeObject()

Release the unmanaged resources associated with this object

protected override void DisposeObject()