1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 06:11:09 +08:00

Added LSD sample. Removed python macros.

This commit is contained in:
biagio montesano
2014-08-12 16:17:24 +02:00
parent 4c0d7579ad
commit 30ed727767
3 changed files with 187 additions and 64 deletions

View File

@@ -146,7 +146,7 @@ int main( int argc, char** argv )
imshow( "Matches", outImg );
waitKey();
imwrite("/home/ubisum/Desktop/images/matches.jpg", outImg);
/* create an LSD detector */
Ptr<LSDDetector> lsd = LSDDetector::createLSDDetector();