Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see [200] for details.
More...
#include "exposure_compensate.hpp"
Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see [200] for details.
§ BlocksGainCompensator()
cv::detail::BlocksGainCompensator::BlocksGainCompensator |
( |
int |
bl_width = 32 , |
|
|
int |
bl_height = 32 |
|
) |
| |
|
inline |
Python: |
---|
| <detail_BlocksGainCompensator object> | = | cv.detail_BlocksGainCompensator( | [, bl_width[, bl_height]] | ) |
§ apply()
Python: |
---|
| image | = | cv.detail_BlocksGainCompensator.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::BlocksGainCompensator::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.
§ getMatGains()
void cv::detail::BlocksGainCompensator::getMatGains |
( |
std::vector< Mat > & |
umv | ) |
|
|
virtual |
Python: |
---|
| umv | = | cv.detail_BlocksGainCompensator.getMatGains( | [, umv] | ) |
§ setMatGains()
void cv::detail::BlocksGainCompensator::setMatGains |
( |
std::vector< Mat > & |
umv | ) |
|
|
virtual |
Python: |
---|
| None | = | cv.detail_BlocksGainCompensator.setMatGains( | umv | ) |
The documentation for this class was generated from the following file: