Ask Your Question
1

Problem with stitching_detailed

asked 2019-03-12 06:16:24 -0600

checkdimon gravatar image

updated 2019-03-12 06:21:43 -0600

I use the code from the example https://docs.opencv.org/master/d9/dd8... I send such code to the command line

Project1.exe stitching_detailed D:\MEDIA\IMG_20190208_144719.jpg D:\MEDIA\IMG_20190208_144719.jpg —warp cylindrical

I get the answer

Finding features... 
Unknown 2D features type: 'surf'.

Please tell me how to solve this problem.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
1

answered 2019-03-12 06:39:24 -0600

berak gravatar image

did you see this ?

you only can use SIFT or SURF features, if you (re)build the opencv libs with opencv_contrib and cmake -DOPENCV_ENABLE_NONFREE=ON

please use stitching_detailled --features=akaze (or orb) in the meantime

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-03-12 06:16:24 -0600

Seen: 137 times

Last updated: Mar 12 '19