Skip to content Skip to sidebar Skip to footer

Image Stitching In Android Using Opencv

I am trying to stitch images like Panorama View in android.I am using Android NDK and OpenCv library for that.I am using below code of Jni for stitching images First Method: exte

Solution 1:

Concerning the compilation error: It seems that you don't link opencv properly, or you miss adding the lib files. check that you add these libs if you are using Debug mode OpenCV 2.x.x:

opencv_nonfree2xxd.lib

opencv_features2d2xxd.lib

Post a Comment for "Image Stitching In Android Using Opencv"