The accurate LineSegmentDetector object.

This commit is contained in:
Daniel Angelov 2013-07-22 15:08:23 +03:00
parent 26847f92b3
commit ae93a3e681

View File

@ -46,7 +46,7 @@ int main(int argc, char** argv)
// Show found lines
Mat drawnLines(image);
lsd_std->drawSegments(drawnLines, lines_std);
ls->drawSegments(drawnLines, lines_std);
imshow("Standard refinement", drawnLines);
waitKey();