mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
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
|
||||
Mat drawnLines(image);
|
||||
lsd_none->drawSegments(drawnLines, lines_std);
|
||||
lsd_std->drawSegments(drawnLines, lines_std);
|
||||
imshow("Standard refinement", drawnLines);
|
||||
|
||||
waitKey();
|
||||
|
Loading…
Reference in New Issue
Block a user