#include <exposure_compensate.hpp>
§ anonymous enum
Enumerator |
---|
NO | |
GAIN | |
GAIN_BLOCKS | |
§ ~ExposureCompensator()
virtual cv::detail::ExposureCompensator::~ExposureCompensator |
( |
| ) |
|
|
inlinevirtual |
§ apply()
virtual void cv::detail::ExposureCompensator::apply |
( |
int |
index, |
|
|
Point |
corner, |
|
|
Mat & |
image, |
|
|
const Mat & |
mask |
|
) |
| |
|
pure virtual |
§ createDefault()
§ feed() [1/2]
void cv::detail::ExposureCompensator::feed |
( |
const std::vector< Point > & |
corners, |
|
|
const std::vector< Mat > & |
images, |
|
|
const std::vector< Mat > & |
masks |
|
) |
| |
§ feed() [2/2]
virtual void cv::detail::ExposureCompensator::feed |
( |
const std::vector< Point > & |
corners, |
|
|
const std::vector< Mat > & |
images, |
|
|
const std::vector< std::pair< Mat, uchar > > & |
masks |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: