Inverse camera response function is extracted for each brightness value by minimizing an objective function as linear system. Objective function is constructed using pixel values on the same position in all images, extra term is added to make the result smoother.
More...
#include <opencv2/photo.hpp>
Inverse camera response function is extracted for each brightness value by minimizing an objective function as linear system. Objective function is constructed using pixel values on the same position in all images, extra term is added to make the result smoother.
For more information see [55] .
◆ getLambda()
virtual float cv::CalibrateDebevec::getLambda |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| cv.CalibrateDebevec.getLambda( | | ) -> | retval |
◆ getRandom()
virtual bool cv::CalibrateDebevec::getRandom |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| cv.CalibrateDebevec.getRandom( | | ) -> | retval |
◆ getSamples()
virtual int cv::CalibrateDebevec::getSamples |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| cv.CalibrateDebevec.getSamples( | | ) -> | retval |
◆ setLambda()
virtual void cv::CalibrateDebevec::setLambda |
( |
float |
lambda | ) |
|
|
pure virtual |
Python: |
---|
| cv.CalibrateDebevec.setLambda( | lambda_ | ) -> | None |
◆ setRandom()
virtual void cv::CalibrateDebevec::setRandom |
( |
bool |
random | ) |
|
|
pure virtual |
Python: |
---|
| cv.CalibrateDebevec.setRandom( | random | ) -> | None |
◆ setSamples()
virtual void cv::CalibrateDebevec::setSamples |
( |
int |
samples | ) |
|
|
pure virtual |
Python: |
---|
| cv.CalibrateDebevec.setSamples( | samples | ) -> | None |
The documentation for this class was generated from the following file: