Ask Your Question

yicheng's profile - activity

2014-10-15 04:07:16 -0600 asked a question 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