#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 &) |
Public Member Functions inherited from cv::detail::ExposureCompensator | |
virtual | ~ExposureCompensator () |
void | feed (const std::vector< Point > &corners, const std::vector< Mat > &images, const std::vector< Mat > &masks) |
Additional Inherited Members | |
Public Types inherited from cv::detail::ExposureCompensator | |
enum | { NO, GAIN, GAIN_BLOCKS } |
Static Public Member Functions inherited from cv::detail::ExposureCompensator | |
static Ptr< ExposureCompensator > | createDefault (int type) |
Implements cv::detail::ExposureCompensator.
|
inlinevirtual |
Implements cv::detail::ExposureCompensator.