Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

resizing in parallell

Dear all,

In the application we are building would be a great success to achieve parallelization of RGB images resizing. At the moment we just resize each image in different threads, but for several reasons we would prefer to resize images sequentially and parallellize the resising process itself.

So the question is: there is already any way to resize an image using all the cpus in openCV? if not, should I dig about parallel_for_ and resize a portion of the image in each loop?

Thanks in advanve for any comment or suggestion, David