Commit 9e10c09f authored by Maks Naumov's avatar Maks Naumov

remove unused variable in LineSegmentDetectorImpl::compareSegments()

parent e11d998c
......@@ -1198,7 +1198,6 @@ int LineSegmentDetectorImpl::compareSegments(const Size& size, InputArray lines1
_lines1 = lines1.getMat();
_lines2 = lines2.getMat();
// Draw segments
std::vector<Mat> _lines;
for(int i = 0; i < _lines1.size().width; ++i)
{
Point b(_lines1.at<Vec4i>(i)[0], _lines1.at<Vec4i>(i)[1]);
......
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