mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Added private operator=.
This commit is contained in:
parent
cedd768397
commit
68e348f960
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user