Commit 26847f92 authored by Daniel Angelov's avatar Daniel Angelov

Fixed the sample.

parent 982ccd78
......@@ -46,7 +46,7 @@ int main(int argc, char** argv)
// Show found lines
Mat drawnLines(image);
lsd_none->drawSegments(drawnLines, lines_std);
lsd_std->drawSegments(drawnLines, lines_std);
imshow("Standard refinement", drawnLines);
waitKey();
......
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