VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Filters Namespace / CannyEdgeDetectorCommand Class / LowThreshold Property
Syntax Exceptions Requirements SeeAlso
In This Topic
LowThreshold Property (CannyEdgeDetectorCommand)
In This Topic
Gets or sets the low threshold.
Syntax
'Declaration

<DefaultValueAttribute(20)>
<DescriptionAttribute("The low threshold.
Valid values are from 0 to 255.")>
Public Property LowThreshold As Byte

[DefaultValue(20)]
[Description("The low threshold.
Valid values are from 0 to 255.")]
public byte LowThreshold { get; set; }

Property Value

Valid values are from 0 to 255. Default value is 0.
Exceptions
ExceptionDescription
Thrown if hight threshold is less than low threshold.
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