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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user