-
Notifications
You must be signed in to change notification settings - Fork 368
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
cvtColor complaint #120
Comments
from latest release (0.9.3 osx) it compiles for me without issues |
Thanks, it works for me too adding that line. (using latest OF master [0.9.4] + mac osx 10.10.2) |
Got same issue with oF from master branch, and this fix solved it. |
Spent quite some time on trying to fix this error, thinking it was an error with my opencv install.
|
with the current ofxCv and current OF from github, i get three compile errors about some imgproc functions that are missing. adding
#include <imgproc.hpp>
fixes it for me, if anyone else has a problem please make a note below. this is a weird change, i'm not sure why it's needed and i'd like to understand before pushing code.The text was updated successfully, but these errors were encountered: