Skip to content

ximgproc: Added SIMD Acceleration and Loop Unrolling for Domain Transform#4150

Open
pratham-mcw wants to merge 1 commit into
opencv:4.xfrom
pratham-mcw:domainTransform-simd-opt
Open

ximgproc: Added SIMD Acceleration and Loop Unrolling for Domain Transform#4150
pratham-mcw wants to merge 1 commit into
opencv:4.xfrom
pratham-mcw:domainTransform-simd-opt

Conversation

@pratham-mcw

Copy link
Copy Markdown
Contributor

This PR adds Universal Intrinsics-based SIMD optimization and loop unrolling for the Domain Transform Filter implementation in dtfilter_cpu.inl.hpp.

Key Optimizations:

  • Added SIMD vectorization using OpenCV Universal Intrinsics.
  • Added loop unrolling for recursive horizontal passes.
  • Reduced redundant pointer calculatoins inside loops.

Performance Improvements
image

  • 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

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.

1 participant