Skip to content

Performance tests for image encoders and decoders and code cleanup#26872

Merged
asmorkalov merged 2 commits intoopencv:4.xfrom
sturkmen72:ImageEncoders_revisions
Feb 4, 2025
Merged

Performance tests for image encoders and decoders and code cleanup#26872
asmorkalov merged 2 commits intoopencv:4.xfrom
sturkmen72:ImageEncoders_revisions

Conversation

@sturkmen72
Copy link
Copy Markdown
Contributor

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • 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
  • 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

@sturkmen72 sturkmen72 marked this pull request as draft February 3, 2025 10:05
@sturkmen72 sturkmen72 force-pushed the ImageEncoders_revisions branch from 3eef79a to 8ab0395 Compare February 3, 2025 11:43
@asmorkalov asmorkalov added category: imgcodecs cleanup Code cleanup (e.g, drop legacy C-API, legacy unmaintained code) labels Feb 3, 2025
@asmorkalov asmorkalov added this to the 4.12.0 milestone Feb 3, 2025
@sturkmen72 sturkmen72 force-pushed the ImageEncoders_revisions branch from 0b74bc0 to 5cfb544 Compare February 3, 2025 21:48
@sturkmen72 sturkmen72 marked this pull request as ready for review February 3, 2025 21:53
@asmorkalov asmorkalov self-requested a review February 4, 2025 05:17
@asmorkalov asmorkalov self-assigned this Feb 4, 2025
@asmorkalov asmorkalov added the test label Feb 4, 2025
@asmorkalov asmorkalov changed the title Image Encoders Revisions Performance tests for image encoders and decoders and code cleanup Feb 4, 2025
@sturkmen72
Copy link
Copy Markdown
Contributor Author

@asmorkalov what about removing perf_jpeg.cpp and perf_png.cpp if added performans test good enough

@asmorkalov
Copy link
Copy Markdown
Contributor

let's remove them after 4.12 release. I need them for release-to-release comparison and to track regressions.

@asmorkalov asmorkalov merged commit e8e49ab into opencv:4.x Feb 4, 2025
27 of 28 checks passed
@sturkmen72 sturkmen72 deleted the ImageEncoders_revisions branch February 4, 2025 09:32
@asmorkalov asmorkalov mentioned this pull request Feb 19, 2025
NanQin555 pushed a commit to NanQin555/opencv that referenced this pull request Feb 24, 2025
Performance tests for image encoders and decoders and code cleanup opencv#26872

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: imgcodecs cleanup Code cleanup (e.g, drop legacy C-API, legacy unmaintained code) test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants