VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Filters Namespace / CannyEdgeDetectorCommand Class / CannyEdgeDetectorCommand Constructors / CannyEdgeDetectorCommand Constructor(Byte,Byte)
Syntax Requirements SeeAlso
In This Topic
    CannyEdgeDetectorCommand Constructor(Byte,Byte)
    In This Topic
    Initializes a new instance of the CannyEdgeDetectorCommand class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal highThreshold
    High threshold.
    As Byte, _
    ByVal lowThreshold
    Low threshold.
    As Byte _
    )
    public CannyEdgeDetectorCommand(
    byte highThreshold,
    byte lowThreshold
    )
    public: CannyEdgeDetectorCommand(
    byte highThreshold,
    byte lowThreshold
    )
    public:
    CannyEdgeDetectorCommand(
    byte highThreshold,
    byte lowThreshold
    )

    Parameters

    highThreshold
    High threshold.
    lowThreshold
    Low threshold.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also