Click or drag to resize

AgastFeatureDetectorCreate Method

The AgastFeatureDetector constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static AgastFeatureDetector Create(
	int threshold = 10,
	bool nonmaxSuppression = true,
	AgastFeatureDetectorDetectorType type = AgastFeatureDetectorDetectorType.OAST_9_16
)

Parameters

threshold (Optional)
Type: SystemInt32
threshold on difference between intensity of the central pixel and pixels of a circle around this pixel.
nonmaxSuppression (Optional)
Type: SystemBoolean
if true, non-maximum suppression is applied to detected corners (keypoints).
type (Optional)
Type: OpenCvSharpAgastFeatureDetectorDetectorType

[Missing <param name="type"/> documentation for "M:OpenCvSharp.AgastFeatureDetector.Create(System.Int32,System.Boolean,OpenCvSharp.AgastFeatureDetector.DetectorType)"]

Return Value

Type: AgastFeatureDetector

[Missing <returns> documentation for "M:OpenCvSharp.AgastFeatureDetector.Create(System.Int32,System.Boolean,OpenCvSharp.AgastFeatureDetector.DetectorType)"]

See Also