-
Notifications
You must be signed in to change notification settings - Fork 248
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
Texture.cpp: use COLOR_BGR2BGRA instead of CV_BGR2BGRA #40
Comments
Thank you for the report! Thanks again :) |
Lets close the issue then? |
Let's leave this open to track it, since there is no PR at the moment. |
Hello, CMakeFiles/4dface.dir/apps/4dface.cpp.o : In function « cv::Mat::Mat(int, int, int, void*, unsigned long) [clone .constprop.5619] » : 4dface.cpp:(.text+0x6318) : undefined reference to « cv::Mat::updateContinuityFlag() » However, cv::Mat::updateContinuityFlag() is still in the current version of opencv https://docs.opencv.org/master/d3/d63/classcv_1_1Mat.html and idem for rectangle https://docs.opencv.org/master/d6/d6e/group__imgproc__draw.html#gac865734d137287c0afb7682ff7b3db23 |
Perhaps you need to compile opencv again! This only means that the function is not found in the library you compiled. Do you have two version of opencv installed? |
@valbi Hi, |
Ok, 4dface works. |
I was compiling 4dface and figured out that while compiling if you change to COLOR_BGR2BGRA, we can compile using latest version of opencv.
best
The text was updated successfully, but these errors were encountered: