#include <exposure_compensate.hpp>
Inherits cv::detail::ExposureCompensator.
Enumerator |
---|
NO |
|
GAIN |
|
GAIN_BLOCKS |
|
cv::detail::BlocksGainCompensator::BlocksGainCompensator |
( |
int |
bl_width = 32 , |
|
|
int |
bl_height = 32 |
|
) |
| |
void cv::detail::BlocksGainCompensator::feed |
( |
const std::vector< Point > & |
corners, |
|
|
const std::vector< Mat > & |
images, |
|
|
const std::vector< std::pair< Mat, uchar > > & |
masks |
|
) |
| |
|
virtual |
void cv::detail::BlocksGainCompensator::apply |
( |
int |
index, |
|
|
Point |
corner, |
|
|
Mat & |
image, |
|
|
const Mat & |
mask |
|
) |
| |
|
virtual |
void cv::detail::ExposureCompensator::feed |
( |
const std::vector< Point > & |
corners, |
|
|
const std::vector< Mat > & |
images, |
|
|
const std::vector< Mat > & |
masks |
|
) |
| |
|
inherited |
The documentation for this class was generated from the following file: