-
-
Notifications
You must be signed in to change notification settings - Fork 827
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
building error: 'cvMatBGRToImageRGBA': is not a member of 'aliceVision::image' #1338
Comments
Hi @RufinoN, Have you enabled OpenCV in your cmake command? You can do so by adding The functions you're showing need it to compile. |
GREAT!, thanks that works!! |
Maybe we should include #include <aliceVision/config.hpp> at the top of https://github.com/alicevision/AliceVision/blob/develop/src/aliceVision/image/convertionOpenCV.hpp without relying on other includes to import the macro |
Hello,
when i build Alice vision using Visual studio 17 2022 i get the following errors:
seems like I'm missing some code?
The text was updated successfully, but these errors were encountered: