Loading...
Searching...
No Matches
cv::detail::NoExposureCompensator Class Reference
Stub exposure compensator which does nothing. More...
#include <opencv2/stitching/detail/exposure_compensate.hpp>
Inheritance diagram for cv::detail::NoExposureCompensator:
Public Member Functions | |
void | apply (int, Point, InputOutputArray, InputArray) CV_OVERRIDE |
Compensate exposure in the specified image. | |
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 |
void | setMatGains (std::vector< Mat > &umv) CV_OVERRIDE |
Public Member Functions inherited from cv::detail::ExposureCompensator | |
ExposureCompensator () | |
virtual | ~ExposureCompensator () |
virtual void | apply (int index, Point corner, InputOutputArray image, InputArray mask)=0 |
Compensate exposure in the specified image. | |
virtual void | feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< std::pair< UMat, uchar > > &masks)=0 |
void | feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< UMat > &masks) |
virtual void | getMatGains (std::vector< Mat > &) |
bool | getUpdateGain () |
virtual void | setMatGains (std::vector< Mat > &) |
void | setUpdateGain (bool b) |
Additional Inherited Members | |
Public Types inherited from cv::detail::ExposureCompensator | |
enum | { NO , GAIN , GAIN_BLOCKS , CHANNELS , CHANNELS_BLOCKS } |
Static Public Member Functions inherited from cv::detail::ExposureCompensator | |
static Ptr< ExposureCompensator > | createDefault (int type) |
Protected Attributes inherited from cv::detail::ExposureCompensator | |
bool | updateGain |
Detailed Description
Stub exposure compensator which does nothing.
Member Function Documentation
◆ apply()
|
inlinevirtual |
Compensate exposure in the specified image.
- Parameters
-
index Image index corner Image top-left corner image Image to process mask Image mask
Implements cv::detail::ExposureCompensator.
◆ feed()
|
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.
◆ getMatGains()
|
inlinevirtual |
Reimplemented from cv::detail::ExposureCompensator.
◆ setMatGains()
|
inlinevirtual |
Reimplemented from cv::detail::ExposureCompensator.
The documentation for this class was generated from the following file:
- opencv2/stitching/detail/exposure_compensate.hpp