opencv/modules/photo
Sergey Alexandrov 08b30580b7 Do not modify input parameter in MergeDebevec
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.
2015-12-14 22:24:27 +01:00
..
include/opencv2 typos in comments 2015-05-23 17:36:45 +02:00
misc/java/test Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
perf refactor CUDA part of photo module 2015-01-15 16:46:48 +03:00
src Do not modify input parameter in MergeDebevec 2015-12-14 22:24:27 +01:00
test increase epsilons in some tests: 2015-11-27 16:46:20 +03:00
CMakeLists.txt Python support 2015-03-02 18:13:00 +03:00