Create a fast detector with the specific parameters

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public FastDetector(
	int threshold,
	bool nonmaxSupression
)
Public Sub New ( _
	threshold As Integer, _
	nonmaxSupression As Boolean _
)
public:
FastDetector(
	int threshold, 
	bool nonmaxSupression
)

Parameters

threshold
Int32
FAST threshold
nonmaxSupression
Boolean
Specifiy if non-maximum supression should be used

See Also