Click or drag to resize
Accord.NET (logo)

MoravecCornersDetectorWindowSize Property

Window size used to determine if point is interesting, [3, 15].

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int WindowSize { get; set; }
Request Example View Source

Property Value

Type: Int32
Exceptions
ExceptionCondition
ArgumentExceptionSetting value is not odd.
Remarks

The value specifies window size, which is used for initial searching of corners candidates and then for searching local maximums.

Default value is set to 3.

See Also