We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the hipster dog example, using of0.10.0 on OSXRC3 I'm getting 2 errors...
Invalid range expression of type 'auto'; no viable 'begin' function available
and
Use of undeclared identifier 'faceRects'; did you mean 'faceRect'?
on this line:
for (auto& faceRect: faceRects)
because ofApp.h is missing:
// Our face detection bounding boxes. std::vector<dlib::rectangle> faceRects;
The text was updated successfully, but these errors were encountered:
But even then, the app launches but no faces get detected and the console repeats the following:
[warning] ofGLRenderer: drawing an unallocated texture
Sorry, something went wrong.
I think that example is unfinished. I'll take a look.
No branches or pull requests
In the hipster dog example, using of0.10.0 on OSXRC3 I'm getting 2 errors...
and
on this line:
for (auto& faceRect: faceRects)
because ofApp.h is missing:
The text was updated successfully, but these errors were encountered: