Click or drag to resize

AgastFeatureDetector Constructor

http://www.emgu.com
Create AGAST using the specific values

Namespace:  Emgu.CV.Features2D
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public AgastFeatureDetector(
	int threshold = 10,
	bool nonmaxSuppression = true,
	AgastFeatureDetectorType type = AgastFeatureDetectorType.OAST_9_16
)

Parameters

threshold (Optional)
Type: SystemInt32
Threshold
nonmaxSuppression (Optional)
Type: SystemBoolean
Non maximum suppression
type (Optional)
Type: Emgu.CV.Features2DAgastFeatureDetectorType
Type
See Also