AForge.Imaging.Filters.CannyEdgeDetector.CannyEdgeDetector C# (CSharp) Метод

CannyEdgeDetector() публичный Метод

Initializes a new instance of the CannyEdgeDetector class.
public CannyEdgeDetector ( byte lowThreshold, byte highThreshold ) : System
lowThreshold byte Low threshold.
highThreshold byte High threshold.
Результат System
        public CannyEdgeDetector( byte lowThreshold, byte highThreshold ) : this( )
        {
            this.lowThreshold  = lowThreshold;
            this.highThreshold = highThreshold;
        }

Same methods

CannyEdgeDetector::CannyEdgeDetector ( ) : System
CannyEdgeDetector::CannyEdgeDetector ( byte lowThreshold, byte highThreshold, double sigma ) : System