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

<DefaultValueAttribute(80)>
<DescriptionAttribute("The high threshold.
Valid values are from 0 to 255.")>
Public Property HighThreshold As Byte

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

Property Value

Valid values are from 0 to 255. Default value is 80.
Exceptions
ExceptionDescription
Thrown if high 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