VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / ImageSegmentationCommand Class / Sensitivity Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
Sensitivity Property (ImageSegmentationCommand)
In This Topic
Gets or sets the sensitivity of the command.
Syntax
'Declaration

<DefaultValueAttribute(15)>
<DescriptionAttribute("The sensitivity of the command.
Valid values are from 0 to 765.")>
Public Property Sensitivity As System.Int32

[DefaultValue(15)]
[Description("The sensitivity of the command.
Valid values are from 0 to 765.")]
public System.Int32 Sensitivity { get; set; }

Property Value

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

Big value of this property will increase the algorithm sensitivity but also will increase the noise count.

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