Click or drag to resize
Accord.NET (logo)

DocumentSkewCheckerLocalPeakRadius Property

Radius for searching local peak value, [1, 10].

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

Property Value

Type: Int32
Remarks

The value determines radius around a map's value, which is analyzed to determine if the map's value is a local maximum in specified area.

Default value is set to 4.

See Also