#include <exposure_compensate.hpp>
Public Member Functions | |
void | feed (const std::vector< Point > &, const std::vector< Mat > &, const std::vector< std::pair< Mat, uchar > > &) |
void | apply (int, Point, Mat &, const Mat &) |
![]() | |
virtual | ~ExposureCompensator () |
void | feed (const std::vector< Point > &corners, const std::vector< Mat > &images, const std::vector< Mat > &masks) |
Additional Inherited Members | |
![]() | |
enum | { NO, GAIN, GAIN_BLOCKS } |
![]() | |
static Ptr< ExposureCompensator > | createDefault (int type) |
Implements cv::detail::ExposureCompensator.
|
inlinevirtual |
Implements cv::detail::ExposureCompensator.