| TesseractOcrImageAdaptiveThresholdingSettingsHalfLocalWindow Property |
Gets or Sets the Local window half size. Must always be greater than 3. The default value is 10.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public int HalfLocalWindow { get; set; }
Public Property HalfLocalWindow As Integer
Get
Set
public:
virtual property int HalfLocalWindow {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32See Also