Added private operator=.

This commit is contained in:
Daniel Angelov 2013-07-21 10:08:11 +03:00
parent cedd768397
commit 68e348f960

View File

@ -282,6 +282,8 @@ private:
double p; // probability of a point with angle within 'prec'
};
LineSegmentDetectorImpl& operator= (const LineSegmentDetectorImpl&); // to quiet MSVC
/**
* Detect lines in the whole input image.
*