LoveBoot.ImageFinder.ImageFinder C# (CSharp) Method

ImageFinder() public method

public ImageFinder ( ) : System
return 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