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

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

Initializes a new instance of the CannyEdgeDetector class.
public CannyEdgeDetector ( ) : System
Результат System
        public CannyEdgeDetector( )
        {
            // initialize format translation dictionary
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
        }

Same methods

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