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

<DescriptionAttribute("A window size of the command.
Valid value is any value more than 0.")>
<DefaultValueAttribute(7)>
Public Property WindowSize As System.Int32

[Description("A window size of the command.
Valid value is any value more than 0.")]
[DefaultValue(7)]
public System.Int32 WindowSize { get; set; }

Property Value

Valid value is any value more than 0. Default value is 7.
Exceptions
ExceptionDescription
Thrown if value is less than 1.
Remarks

Big value of this property will increase the command sensitivity but also will decrease the command accuracy.

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