opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
78.32k stars 55.73k forks source link

[Feature Request] - GPU implementation of HDR algorithms #19328

Open shatalinra opened 3 years ago

shatalinra commented 3 years ago

Currently photo module have plenty of tonemapping and HDR algorithms but there is no GPU implementation. These algorithms are highly parallelizable and CUDA implementation can be much more faster than CPU implementation. The demand for this feature is demonstrated by these questions:

alalek commented 3 years ago

Try to utilize GPU through OpenCL (using UMat) - check tests code for details.

iclowery commented 10 months ago

I have a machine vision project which is currently taking around 5 seconds per HDR image creation using standard opencv - a cuda version would drastically reduce this and make the project feasible. Has this been addressed recently?