LoveBoot.ImageFinder.ImageFinder C# (CSharp) 메소드

ImageFinder() 공개 메소드

public ImageFinder ( ) : System
리턴 System
        public ImageFinder()
        {
            rectangles = new List<Rectangle>();
            stopwatch = new Stopwatch();
            Threshold = 0.85;
            fillColor = new Bgr(Color.Magenta);
        }

Same methods

ImageFinder::ImageFinder ( double threshold ) : System