real-time HDR

asked 2019-12-05 04:49:59 -0600

Ulitka gravatar image

Hi!

I want know, can OpenCV HDR algorithms work in real time with 4 photo with 416x416 resolution? (Fusion works fast, but it's algorithm can't calculate highlighted place. Example, I can't see light bulbs). If it could, then please tell how I can do it?

I use sample (https://docs.opencv.org/3.4/d3/db7/tu...) for test performance. Two photos are calculated for more than one second (I resized to 461x416 and than run hdr algorithm). I used example images (https://farbspiel-photo.com/learn/hdr...).

OpenCV => 3.4

Operating System / Platform => Ubuntu 16.04 64 Bit

Compiler => gcc 5.4.0

CPU => Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz

RAM => 2x8GiB SODIMM Synchronous 2667 MHz

edit retag flag offensive close merge delete

Comments

I was able to find here (https://docs.opencv.org/2.4/opencv_tu...) that opencv may be built with CUDA Toolkit. Maybe HDR algorithms could be ran on GPU?

Ulitka gravatar imageUlitka ( 2019-12-05 11:01:18 -0600 )edit