VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / ImageSegmentationRequestParams Class / colorLowThreshold Property
Syntax Remarks Requirements SeeAlso
    colorLowThreshold Property (ImageSegmentationRequestParams)
    Gets or sets the minimum allowable difference between colors for image region in the source document image.
    Syntax
    'Declaration
    
    Public Property colorLowThreshold As Integer
    
    
     

    Property Value

    Valid values are from 0 to 255. Default value is 3.
    Remarks

    Region of source document image will be classified as image region if difference between 2 any colors in region is more than value of this property.

    Requirements

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

    See Also