Ask Your Question

fayaza's profile - activity

2013-06-20 01:45:06 -0600 asked a question stitching_detailed having resolution error when used as native code for android

I am trying to build an application for stitching on phone using OpenCV. I am able to compile c++ code using ndk .The OpenCV stitching_detailed sample when I am using as native code in eclipse it is showing errors (mostly variable not resolved) and some of the structs in the library ,though they are registered with eclipse(as it is showing by cursor hovering) when i am accessing their member elements it is showing non resolved variables. The exact same code is running good through command line without NDK but I am not able to port it with NDK.