Fixed the sample.

This commit is contained in:
Daniel Angelov 2013-07-22 14:46:34 +03:00
parent 982ccd784e
commit 26847f92b3

View File

@ -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();