-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
how can i use opencv_face in javacv1.0? #204
Comments
All instructions are here: https://github.com/bytedeco/javacpp-presets/#build-instructions |
Can we have default build to have these class but avoid everyone to rebuild? thanks. |
Of course, but someone needs to make those builds :) |
I tried to understand more detail about the issue and tried to rebuild, I met some issues and have some questions,
Then we build javacv to make it depend on the built javacpp.jar and opencv.jar.
|
@chinadragon0515 You're understanding is correct. JavaCPP is just not finding the default compiler for your platform, which is MSVC on Windows. Please install MSVC. |
i want to use opencv_face module for fisherface.
i saw we have to build from source for using face module in below #200 issue.
how build the face module from source?
where is the source? please help me.
The text was updated successfully, but these errors were encountered: