VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    [DefaultValue(15)]
    [Description("The sensitivity of the command.
    Valid values are from 0 to 765.")]
    public: __property System.Int32 get_Sensitivity();
    public: __property void set_Sensitivity(
    System.Int32 value
    );
    [DefaultValue(15)]
    [Description("The sensitivity of the command.
    Valid values are from 0 to 765.")]
    public:
    property System.Int32 Sensitivity { System.Int32 get(); void set(System.Int32 value); }

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also