Fixed the sample.
This commit is contained in:
parent
982ccd784e
commit
26847f92b3
@ -46,7 +46,7 @@ int main(int argc, char** argv)
|
|||||||
|
|
||||||
// Show found lines
|
// Show found lines
|
||||||
Mat drawnLines(image);
|
Mat drawnLines(image);
|
||||||
lsd_none->drawSegments(drawnLines, lines_std);
|
lsd_std->drawSegments(drawnLines, lines_std);
|
||||||
imshow("Standard refinement", drawnLines);
|
imshow("Standard refinement", drawnLines);
|
||||||
|
|
||||||
waitKey();
|
waitKey();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user