Stub exposure compensator which does nothing. More...
#include <opencv2/stitching/detail/exposure_compensate.hpp>
Public Types | |
enum | { NO, GAIN, GAIN_BLOCKS, CHANNELS, CHANNELS_BLOCKS } |
Public Member Functions | |
void | apply (int, Point, InputOutputArray, InputArray) CV_OVERRIDE |
Compensate exposure in the specified image. More... | |
void | feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< UMat > &masks) |
void | feed (const std::vector< Point > &, const std::vector< UMat > &, const std::vector< std::pair< UMat, uchar > > &) CV_OVERRIDE |
void | getMatGains (std::vector< Mat > &umv) CV_OVERRIDE |
bool | getUpdateGain () |
void | setMatGains (std::vector< Mat > &umv) CV_OVERRIDE |
void | setUpdateGain (bool b) |
Static Public Member Functions | |
static Ptr< ExposureCompensator > | createDefault (int type) |
Protected Attributes | |
bool | updateGain |
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.
|
staticinherited |
|
inherited |
corners | Source image top-left corners |
images | Source images |
masks | Image masks to update (second value in pair specifies the value which should be used to detect where image is) |
|
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.
|
inlinevirtual |
Reimplemented from cv::detail::ExposureCompensator.
|
inlineinherited |
|
inlinevirtual |
Reimplemented from cv::detail::ExposureCompensator.
|
inlineinherited |
|
protectedinherited |