Click or drag to resize

FastFeatureDetectorCreate Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static FastFeatureDetector Create(
	int threshold = 10,
	bool nonmaxSuppression = true
)

Parameters

threshold (Optional)
Type: SystemInt32
nonmaxSuppression (Optional)
Type: SystemBoolean

Return Value

Type: FastFeatureDetector
See Also