Accord.Imaging.CorrelationMatching.CorrelationMatching C# (CSharp) Method

CorrelationMatching() private method

private CorrelationMatching ( int windowSize ) : System
windowSize int
return System
        public CorrelationMatching(int windowSize)
            : this(windowSize, 0)
        {
        }

Same methods

CorrelationMatching::CorrelationMatching ( int windowSize, Bitmap image1, Bitmap image2 ) : System
CorrelationMatching::CorrelationMatching ( int windowSize, double maxDistance ) : System
CorrelationMatching::CorrelationMatching ( int windowSize, double maxDistance, Bitmap image1, Bitmap image2 ) : System