1 | initial version |
You might have to reinstall OpenCV 3.0.0 with opencv_contrib functionality, if you haven't done so already. Since you are using windows, you could take a look at this link --> http://docs.opencv.org/trunk/doc/tutorials/introduction/windows_install/windows_install.html
Another point to note, the way the SURF functionality etc. work are a little different from the older stable OpenCV release. You could take a look at this to see how to implement it with 3.0.0 --> http://answers.opencv.org/question/55247/image-registration-opencv-300/ TAKE A LOOK AT THE FIRST ANSWER
2 | No.2 Revision |
You might have to reinstall OpenCV 3.0.0 with opencv_contrib functionality, if you haven't done so already. Since you are using windows, you could take a look at this link --> http://docs.opencv.org/trunk/doc/tutorials/introduction/windows_install/windows_install.html
Another point to note, the way the SURF functionality etc. work are a little different from the older stable OpenCV release. You could take a look at this to see how to implement it with 3.0.0 (Take a look at the first answer) --> http://answers.opencv.org/question/55247/image-registration-opencv-300/ TAKE A LOOK AT THE FIRST ANSWERhttp://answers.opencv.org/question/55247/image-registration-opencv-300/