-
Notifications
You must be signed in to change notification settings - Fork 415
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
Some functions in this library are slower than opencv4 5.5 #212
Comments
Hi! |
Hi! |
I tried to combine SIMD functions,such as Simd::ResizeBilinear() with OpenMP to achieve multi-core acceleration, but it didn't work. It takes 7.79ms to execute 10 times, while opencv4.5.5 is 0.73ms. How to improve this? |
Hi! |
Thank you again for your contribution。 |
Hi @ermig1979 I have similar issues with debayering, its around 5 times slower than opencv debayering. |
For my use case (shrink small images to smaller ones), Simd:: Resize() works 3x faster when compared to opencv 4.8, So it depends. |
Hi,
First of all, thank you for your contribution. But when I used this library, I tested Simd:: Resize(),Simd:: BgrToGray and so on. Some functions are 4-6 times slower than OpenCV4.5.5. (OS: Ubuntu18.04 CPU: i7-10750H 12cores)
Did I miss anything when I used it? Could you give a use case of image processing to make it faster than opencv's function. If most of them are slower than opencv, what are the advantages of this library.
Sincerely look forward to your answer.
The text was updated successfully, but these errors were encountered: