-
Notifications
You must be signed in to change notification settings - Fork 144
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
[JAVA] API 2.0 face detection demo #406
Conversation
@allnes please review |
import org.opencv.core.*; | ||
import org.opencv.highgui.HighGui; | ||
import org.opencv.imgcodecs.*; | ||
import org.opencv.imgproc.Imgproc; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like recommend replace deprecated sample completely. It's OK to keep both APIs in the tests but samples should demonstrate the latest one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, but I think we should first add async methods for Java API 2.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are two different demos so why not upgrade a synchronous sample first?
3cb2147
to
5050138
Compare
5050138
to
bc3e7b5
Compare
No description provided.