VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Ocr.ML.HandwrittenDigits Namespace / HandwrittenDigitsLineRecognizer Class / Binarization Property
Syntax Requirements SeeAlso
    Binarization Property (HandwrittenDigitsLineRecognizer)
    Gets or sets a binarization command applied to a not-black-white images.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A binarization command applied to a not-black-white images.")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    <BrowsableAttribute(True)>
    Public Property Binarization As Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
    
    
     
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also