Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see [83] for details.
More...
#include "exposure_compensate.hpp"
Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see [83] for details.
Enumerator |
---|
NO |
|
GAIN |
|
GAIN_BLOCKS |
|
cv::detail::BlocksGainCompensator::BlocksGainCompensator |
( |
int |
bl_width = 32 , |
|
|
int |
bl_height = 32 |
|
) |
| |
|
inline |
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.
void cv::detail::ExposureCompensator::feed |
( |
const std::vector< Point > & |
corners, |
|
|
const std::vector< UMat > & |
images, |
|
|
const std::vector< UMat > & |
masks |
|
) |
| |
|
inherited |
- Parameters
-
corners | Source image top-left corners |
images | Source images |
masks | Image masks to update (second value in pair specifies the value which should be used to detect where image is) |
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.
The documentation for this class was generated from the following file:
- stitching/include/opencv2/stitching/detail/exposure_compensate.hpp