VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / ImageSegmentationCommand Class / ColorHighThreshold Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
ColorHighThreshold Property (ImageSegmentationCommand)
In This Topic
Gets or sets the maximum allowable difference between colors for image region in the source document image.
Syntax
'Declaration

<DescriptionAttribute("The maximum allowable difference between colors for image region in the source document image.
Valid values are from 0 to 255.")>
<DefaultValueAttribute(120)>
Public Property ColorHighThreshold As System.Int32

[Description("The maximum allowable difference between colors for image region in the source document image.
Valid values are from 0 to 255.")]
[DefaultValue(120)]
public System.Int32 ColorHighThreshold { get; set; }

Property Value

Valid values are from 0 to 255. Default value is 120.
Exceptions
ExceptionDescription
Thrown if value is less than 0 or value is greater than 255.
Remarks

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

Requirements

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

See Also