Table of Contents

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

threshold int

threshold on difference between intensity of the central pixel and pixels of a circle around this pixel.

nonmaxSuppression bool

if true, non-maximum suppression is applied to detected corners (keypoints).

type AgastFeatureDetector.DetectorType

Returns

AgastFeatureDetector