Window size used to determine if point is interesting, [3, 15].
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public int WindowSize { get; set; } |
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.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | Setting value is not odd. |