Ihar Yermalayeu
Ihar Yermalayeu
Thanks for response. I will try to fix the problem.
I did some fix. AreaFast (ArF-b) looks in 1.5 times fastre then Area (ArO-b) method (see API column): ------------------------------------------------------------------------------------------------------------------------------------- | Function | API Base Sse2 Sse41 Avx Avx2 | Bs/S2...
Its OK. The test runs `SimdResizerRun`. Test framework used in Simd is developed to test functions. Resizer consists from calling of 3 function Init, Resize and Release so it annotates...
Simd is specialized in single thread performance. In multi thread performance of OpenCV will be greater. Unfortunately there are no benchmark to test its performance to compare with OpenCV now.
Hello. I am glad that my algorithms are useful for you. Unfortunately I can't change existing algorithms due to compatibility. But I can add new one. It would better if...
Can I change expression from `src[x, y] > (sum/area - threshold)` to `(src[x, y] + threshold)*area > sum` in order to avoid division operation?
Hi! Thank you for response. OpenCV uses all cpu cores by default. Simd specializes on single-thread performance (for example when resize is used in many threads).
Hi! Unfortunatily this does not work such way. I have to rewrite code of implementation of `ResizeBilinear'. I will add this issue into my future development plans.
I added Base implementation of function SimdYuva444pToBgraV2. Optimizations will be soon.
Thank you for bug report. I fixed this bug.