Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 41027

Whats' the best way to speed up filtering a very large image by multi-processing?

$
0
0
I'd like to perform Guassian filtering on a very large image (80,000 x 60,000) in memory using multiple cores. After some reading, I concluded that there are two possible route: 1) Using `multiprocessing` module and split the filtering task to multiple worker. 2) Since NumPy supports openMP, use the multiprocessing function provided by NumPy. 1. Which way is better? If option 2 is better, then 1. Should I build NumPy with openMP or should I build OpenCV with OpenMP or both? 2. How do I actually use it in a python script?

Viewing all articles
Browse latest Browse all 41027

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>