|
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; }
Public Property LocalPeakRadius As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks 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