Open sebinho opened 1 month ago
Pushing this, since I'm running into the same issue and this is quite an important issue for us. Any help would be appreciated!
@TorstenK91, eventually I did not have time to spend trying to make calib3d
compile with opencv-mobile
, so I ended up compiling the official opencv repo but for Android. The compiled library is bigger, but that is acceptable for what I am doing.
Good luck
Ran into a similar issue, for ios builds with -DBUILD_opencv_calib3d=ON -DBUILD_opencv_flann=ON and -DWITH_OPENCL=ON got the error: use of undeclared identifier 'ocl'. Any inputs on dependencies related to OPENCL?
Hi All,
I am trying to recompile opencv-mobile by adding some missing modules. The module I need is
calib3d
so I added changed the following lines inoptions.txt
:But when I compile it with the recommended call
I get the following compilation error:
Any idea on how to get pass these errors? When I don't try to add
calib3d
it does compile without errors. Thanks for your help