VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Filters Namespace / CannyEdgeDetectorCommand Class / HighThreshold Property
Syntax Exceptions Requirements SeeAlso
    HighThreshold Property (CannyEdgeDetectorCommand)
    Gets or sets the high threshold.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The high threshold.
    Valid values are from 0 to 255.")>
    <DefaultValueAttribute(80)>
    Public Property HighThreshold As Byte
    
    
     

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

    See Also