Threshold value, which is used to filter out uninteresting points.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public int Threshold { get; set; } |
Remarks
The value is used to filter uninteresting points – points which have value below specified threshold value are treated as not corners candidates. Increasing this value decreases the amount of detected point.
Default value is set to 500.