OpenCV
4.0.0
Open Source Computer Vision
|
Stub exposure compensator which does nothing. More...
#include "exposure_compensate.hpp"
Public Member Functions | |
void | apply (int, Point, InputOutputArray, InputArray) CV_OVERRIDE |
Compensate exposure in the specified image. More... | |
void | feed (const std::vector< Point > &, const std::vector< UMat > &, const std::vector< std::pair< UMat, uchar > > &) CV_OVERRIDE |
Public Member Functions inherited from cv::detail::ExposureCompensator | |
virtual | ~ExposureCompensator () |
void | feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< UMat > &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) |
Stub exposure compensator which does nothing.
|
inlinevirtual |
Compensate exposure in the specified image.
index | Image index |
corner | Image top-left corner |
image | Image to process |
mask | Image mask |
Implements cv::detail::ExposureCompensator.
|
inlinevirtual |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Implements cv::detail::ExposureCompensator.