Commit 68e348f9 authored by Daniel Angelov's avatar Daniel Angelov

Added private operator=.

parent cedd7683
......@@ -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.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment