Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities, see [27] and [223] for details.
More...
#include "exposure_compensate.hpp"
Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities, see [27] and [223] for details.
§ apply()
Python: |
---|
| image | = | cv.detail_GainCompensator.apply( | index, corner, image, mask | ) |
Compensate exposure in the specified image.
- Parameters
-
index | Image index |
corner | Image top-left corner |
image | Image to process |
mask | Image mask |
Implements cv::detail::ExposureCompensator.
§ feed()
void cv::detail::GainCompensator::feed |
( |
const std::vector< Point > & |
corners, |
|
|
const std::vector< UMat > & |
images, |
|
|
const std::vector< std::pair< UMat, uchar > > & |
masks |
|
) |
| |
|
virtual |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Implements cv::detail::ExposureCompensator.
§ gains()
std::vector<double> cv::detail::GainCompensator::gains |
( |
| ) |
const |
§ getMatGains()
void cv::detail::GainCompensator::getMatGains |
( |
std::vector< Mat > & |
umv | ) |
|
|
virtual |
Python: |
---|
| umv | = | cv.detail_GainCompensator.getMatGains( | [, umv] | ) |
§ setMatGains()
void cv::detail::GainCompensator::setMatGains |
( |
std::vector< Mat > & |
umv | ) |
|
|
virtual |
Python: |
---|
| None | = | cv.detail_GainCompensator.setMatGains( | umv | ) |
The documentation for this class was generated from the following file: