#include <exposure_compensate.hpp>
Inherits cv::detail::ExposureCompensator.
List of all members.
Public Types |
| enum | { NO,
GAIN,
GAIN_BLOCKS
} |
Public Member Functions |
| 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) |
| std::vector< double > | gains () const |
| 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] |
Member Function Documentation
The documentation for this class was generated from the following file: