-
Notifications
You must be signed in to change notification settings - Fork 35
Issues: bsdnoobz/web-based-face-detect
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Hi,I am a newbie in openCV and I am getting this error #include <opencv2/core/core.hpp> #include "opencv2/core.hpp" #include <opencv2/highgui/highgui.hpp> #include <opencv2/opencv.hpp> #include "opencv2/imgcodecs.hpp" #include "opencv2/imgproc.hpp" #include "opencv2/objdetect.hpp" #include "opencv2/face/facerec.hpp" #include "opencv2/face.hpp" #include<bits/stdc++.h> using namespace cv; using namespace std; using namespace cv::face; /*declaration of global variables */ int image_flag=1;//flag for depicting success/failure of reading a image CascadeClassifier face_cascade; CascadeClassifier eyes_cascade; String face_cascade_name, eyes_cascade_name; vector<int> labels; Ptr<face::FaceRecognizer> model = face::createFisherFaceRecognizer();
#3
opened Mar 24, 2017 by
nihar4276
ProTip!
Find all open issues with in progress development work with linked:pr.