 | 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.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic 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:
Int32
See Also