Skip to content
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

Optimized separable filters #531

Open
stephanemagnenat opened this issue Jun 14, 2023 · 1 comment
Open

Optimized separable filters #531

stephanemagnenat opened this issue Jun 14, 2023 · 1 comment

Comments

@stephanemagnenat
Copy link
Contributor

Hello, as part of optimizing the Akaze feature detector in Rust CV, I have written SIMD versions of horizontal_filter and vertical_filter using wide. The improvements are from 20 % to 5 times depending on the kernel and the image size. The computed values are similar to what the imageproc version produce.

I assume that people would be interested in this. I'm happy to do a pull request, but given that my other ones have not received answers yet, I wonder whether the maintainers are too busy, in case I'll add them to Rust CV first.

@theotherphil
Copy link
Contributor

A PR would this would be welcome, thanks.

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

No branches or pull requests

2 participants