Inverse camera response function is extracted for each brightness value by minimizing an objective function as linear system. This algorithm uses all image pixels.
More...
#include <opencv2/photo.hpp>
Inverse camera response function is extracted for each brightness value by minimizing an objective function as linear system. This algorithm uses all image pixels.
For more information see [227] .
◆ getMaxIter()
virtual int cv::CalibrateRobertson::getMaxIter |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| cv.CalibrateRobertson.getMaxIter( | | ) -> | retval |
◆ getRadiance()
virtual Mat cv::CalibrateRobertson::getRadiance |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| cv.CalibrateRobertson.getRadiance( | | ) -> | retval |
◆ getThreshold()
virtual float cv::CalibrateRobertson::getThreshold |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| cv.CalibrateRobertson.getThreshold( | | ) -> | retval |
◆ setMaxIter()
virtual void cv::CalibrateRobertson::setMaxIter |
( |
int | max_iter | ) |
|
|
pure virtual |
Python: |
---|
| cv.CalibrateRobertson.setMaxIter( | max_iter | ) -> | None |
◆ setThreshold()
virtual void cv::CalibrateRobertson::setThreshold |
( |
float | threshold | ) |
|
|
pure virtual |
Python: |
---|
| cv.CalibrateRobertson.setThreshold( | threshold | ) -> | None |
The documentation for this class was generated from the following file: