-
Notifications
You must be signed in to change notification settings - Fork 288
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
Update simdlib to 4.9.107 + image IO backend #947
Conversation
… and PNG image format.
… and PNG image format.
… perfImageLoadSave.cpp.
…ther STBIMAGE_LIBRARY and STBIMAGE_*_VERSION CMake variables?
Some benchmark results on an
|
@s-trinh Your PR is impressive :-) Tell me if I can help On my laptop running Ubuntu 18.04 I found this warnings:
I don't know if we should initialize all the elements of the struct or just turn off this warning using |
Thanks! @fspindle I will ping you back when it is finished. Don't know yet when 😃 I think it would be interesting to run the benchmarks also on Ubuntu with OpenCV installed from package, macOS and Windows? Warning, I think currently an exception is thrown if a backend is selected but not available (e.g. libjpeg, libpng on Windows). On a different topic and if you have the ressource for a GSoC or an internship. Looks like Travis builds ran out of credit? Builds on Travis are not triggered. |
TODO:
SimdFree()
Some benchmark numbers for Simd image loading/writing: ermig1979/Simd#183
The idea is to have a backend option to select which library is used for image loading/writing, with a default backend.
Always build ViSP with stb and Simd support.
ViSP images: lagadic/visp-images#17