#include <exposure_compensate.hpp>
Inherits cv::detail::ExposureCompensator.
List of all members.
Public Types |
| enum | { NO,
GAIN,
GAIN_BLOCKS
} |
Public Member Functions |
| | BlocksGainCompensator (int bl_width=32, int bl_height=32) |
| void | feed (const std::vector< Point > &corners, const std::vector< Mat > &images, const std::vector< std::pair< Mat, uchar > > &masks) |
| void | apply (int index, Point corner, Mat &image, const Mat &mask) |
| void | feed (const std::vector< Point > &corners, const std::vector< Mat > &images, const std::vector< Mat > &masks) |
Static Public Member Functions |
| static Ptr< ExposureCompensator > | createDefault (int type) |
Member Enumeration Documentation
anonymous enum [inherited] |
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following file: