-
-
Notifications
You must be signed in to change notification settings - Fork 56.4k
C-API cleanup: apps, imgproc_c and some constants #25075
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
Conversation
|
Looks good to me! Please fix compiler warnings. 5 cents in addition:
|
|
@asmorkalov , alternative to changes in perf tests is modifying opencv_extra: it uses full testcase name as key for sanity check data (https://github.com/opencv/opencv_extra/blob/798ea12f204aab96fe54a5a94c855e1238de0690/testdata/perf/core.xml#L45276). So we need to rename these cases in XML or add new entries with same contents. I thought we tend to remove sanity checks in performance tests and leave this task for accuracy tests. I'll try to backport these changes to 4.x manually in a separate PR. |
c9330b8 to
5294cb3
Compare
* removed apps * removed traincascade tutorial
* removed imgproc_c.h mention from all files * replaced old error constants * replaced some more constants (NORM_, RNG::, PCA::, ...) * replaced CV_ERROR usage with CV_Error
* imgproc/imgproc_c.h * imgproc/types_c.h
5294cb3 to
6b795fd
Compare
asmorkalov
left a comment
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.
👍
Partially back-port #25075 to 4.x
Merge with opencv/opencv_contrib#3642
Most of these changes can be backported to 4.x.