From ae93a3e68176e69c07a7ccdf4afeb321fb92b3e1 Mon Sep 17 00:00:00 2001 From: Daniel Angelov Date: Mon, 22 Jul 2013 15:08:23 +0300 Subject: [PATCH] The accurate LineSegmentDetector object. --- samples/cpp/lsd_lines.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/lsd_lines.cpp b/samples/cpp/lsd_lines.cpp index b75fce5..62692f7 100644 --- a/samples/cpp/lsd_lines.cpp +++ b/samples/cpp/lsd_lines.cpp @@ -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(); -- 2.7.4