Class AgastFeatureDetector
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Detects corners using the AGAST algorithm
public class AgastFeatureDetector : Feature2D, IDisposable
- Inheritance
-
AgastFeatureDetector
- Implements
- Inherited Members
Properties
- NonmaxSuppression
if true, non-maximum suppression is applied to detected corners (keypoints).
- Threshold
threshold on difference between intensity of the central pixel and pixels of a circle around this pixel.
- Type
type one of the four neighborhoods as defined in the paper
Methods
- Create(int, bool, DetectorType)
The AgastFeatureDetector constructor