Skip to content

Extend OpenCV performance tests with IPP performance tests#2

Open
andreyfe1 wants to merge 7 commits into
4.xfrom
ipp/ext_perf_tests
Open

Extend OpenCV performance tests with IPP performance tests#2
andreyfe1 wants to merge 7 commits into
4.xfrom
ipp/ext_perf_tests

Conversation

@andreyfe1

@andreyfe1 andreyfe1 commented Jul 15, 2026

Copy link
Copy Markdown

Execution time increased for following modules:

  • calib3d. From 21.5s to 23s
  • core. From 69.5s to 116s
  • imgproc. From 247s to 385s

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

PERF_TEST_P( Size_MatType_CmpType, compareScalar,
testing::Combine(
testing::Values(TYPICAL_MAT_SIZES),
testing::Values(TYPICAL_MAT_TYPES),

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ca TYPICAL_MAT_TYPES be reused and extended by the missing types?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants