Ask Your Question

Revision history [back]

How to optimize medianBlur using parallel_for?

Hello folks. I am trying to optimize median filter and morphological operations using openCV for ARM device. I've finished it using SIMD processing and NEON. But when image is high-quality, optimizing performance is reduced. So i decided to use the parallel computing technology. But I don't know where I start. How i can solve my problem and what i can use for parallel computing. Thank's