Initializes a new instance of the MoravecCornersDetector class.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public MoravecCornersDetector(
	int threshold,
	int windowSize
)

Parameters

threshold
Type: System..::.Int32
Threshold value, which is used to filter out uninteresting points.
windowSize
Type: System..::.Int32
Window size used to determine if point is interesting.

See Also