-
-
Notifications
You must be signed in to change notification settings - Fork 56.4k
libjpeg upgrade to version 9f #25092
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
|
Please create a temporary commit to trigger all CI builds with provided 3rdparty code. Use ON here: Line 230 in ae347ab
Apply for all related PRs. P.S. Commit should be removed after approval and before merge (through |
|
Looks good to me in general. Couple of questions to @opencv-alalek , team:
|
We should not add files with source code which we don't use (like tests, testdata, tools, examples, etc).
|
|
|
|
Looks like libjpeg 9f and current libjpeg turbo decode some images slightly differently. The diverged VIT Tracker test uses jpeg images as input. |
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.
👍 Looks good to me. JPEG inconsistency is not good in general, but expected.
|
Test should be fixed: opencv/modules/video/test/test_trackers.cpp Line 169 in 0b3232a
|
|
@asmorkalov @mshabunin I'm not sure how I can continue on this PR. Any pointers are appreciated. |
|
@klatism I'm looking on the issue now. |
|
@asmorkalov, just checking in to see if there are any updates |
|
Addressed calib3d issue in #25282 |
…tly different images.
57961b5 to
752bb5d
Compare
|
@klatism I rebased your branch on top of 4.x and tuned test threshold a bit to pass tests. |
12bab0d to
5f90337
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.
👍
libjpeg upgrade to version 9f opencv#25092 Upgrade libjpeg dependency from version 9d to 9f. - [X] I agree to contribute to the project under Apache 2 License. - [X] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [X] The PR is proposed to the proper branch - [ ] There is a reference to the original bug report and related work - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake
Upgrade libjpeg dependency from version 9d to 9f.
Patch to opencv_extra has the same branch name.