Multithreaded image processing in C++

后端 未结 16 794
既然无缘
既然无缘 2020-12-29 12:16

I am working on a program which manipulates images of different sizes. Many of these manipulations read pixel data from an input and write to a separate output (e.g. blur).

16条回答
  •  北海茫月
    2020-12-29 12:57

    As a bit of a left-field idea...

    What systems are you running this on? Have you thought of using the GPU in your PCs?

    Nvidia have the CUDA APIs for this sort of thing

提交回复
热议问题