-
-
Notifications
You must be signed in to change notification settings - Fork 387
Adding calib3d module from sources #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Pushing this, since I'm running into the same issue and this is quite an important issue for us. |
@TorstenK91, eventually I did not have time to spend trying to make |
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? |
I met the same issue, how do I add calib3d module? |
You just need to replace all instances of UMat with Mat, and then add the compile option -fopenmp. |
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
The text was updated successfully, but these errors were encountered: