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
In This Topic
    colorLowThreshold Property (ImageSegmentationRequestParams)
    In This Topic
    Gets or sets the minimum allowable difference between colors for image region in the source document image.
    Syntax
    'Declaration
    
    Public Property colorLowThreshold As Integer
    
    
    public int colorLowThreshold { get; set; }
    
    
    public: __property int get_colorLowThreshold();
    public: __property void set_colorLowThreshold(
    int value
    );
    public:
    property int colorLowThreshold { int get(); void set(int value); }

    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