Method Create
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Create(int, bool, DetectorType)
The AgastFeatureDetector constructor
public static AgastFeatureDetector Create(int threshold = 10, bool nonmaxSuppression = true, AgastFeatureDetector.DetectorType type = DetectorType.OAST_9_16)
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).
typeAgastFeatureDetector.DetectorType