Simd icon indicating copy to clipboard operation
Simd copied to clipboard

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.

Results 36 Simd issues
Sort by recently updated
recently updated
newest added

Сегодня обнаружилась ещё одна ошибка в коде к статье на Хабре (https://habr.com/ru/post/448436/): в наивном коде свёртки для BCHW индекс в массиве смещений берётся некорректный. Параметр dc идёт по обновлённому значению...

Hi, The [`Font`](https://ermig1979.github.io/Simd/help/class_simd_1_1_font.html) class is very useful to us for debugging purposes. Could you give a procedure or some advices about how to extend it in order to support the...

There appears to be either a bug or a wrong colour space selection in SimdYuv444pToBgra and SimdYuv420pToBgra, and possible other YUVRGB conversion routines as well. I noticed this because an...

I am interested into having JPEG+PNG read/write capabilities without the need to install third party libraries such as libjpeg, libpng or OpenCV, and for x86 and ARM architectures. Your recent...

I think it could be useful to have Bayer demosaicing support for 16-bit datatype. If other people agree, please add a +1 to this post. --- Also, what is the...

Hey @ermig1979 , following from our convo I'm opening this issue for implementing a generalized affine image transformation API. This function will be capable of expressing an entire family of...

Hello, my some code will use cv::threshold, and use "OTSU"、"BINARY" parameters. So I will get some piece of code from "simd", what can I do it proper? thanks for help...

i use your RAW to RGB32 the speed is very fast.Thank you for your great and selfless work. But in some cases the effect is not good, I have the...

I have been using your SIMD Neon tools to speed up some common OpenCV implementations. They have been very helpful - thanks! Your AveragingBinarization method is functionally similar to the...

Hello, I'd like to use your library from Python, what would be the best way to achieve that ?