1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Added private operator=.

This commit is contained in:
Daniel Angelov
2013-07-21 10:08:11 +03:00
parent cedd768397
commit 68e348f960
+2
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.
*