• Sergey Alexandrov's avatar
    Do not modify input parameter in MergeDebevec · 08b30580
    Sergey Alexandrov authored
    MergeDebevec takes camera response function as an optional input
    parameter. Despite being clearly marked as input, this matrix is
    overwritten during processing.
    
    This commit adds a temporary matrix to store the log response and avoid
    modification of the input.
    08b30580
Name
Last commit
Last update
..
include/opencv2 Loading commit data...
misc/java/test Loading commit data...
perf Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...