|
OpenCV453
|
Stub exposure compensator which does nothing. [詳解]
#include <exposure_compensate.hpp>
cv::detail::ExposureCompensatorを継承しています。
公開メンバ関数 | |
| void | feed (const std::vector< Point > &, const std::vector< UMat > &, const std::vector< std::pair< UMat, uchar > > &) CV_OVERRIDE |
| CV_WRAP void | apply (int, Point, InputOutputArray, InputArray) CV_OVERRIDE |
| Compensate exposure in the specified image. [詳解] | |
| CV_WRAP void | getMatGains (CV_OUT std::vector< Mat > &umv) CV_OVERRIDE |
| CV_WRAP void | setMatGains (std::vector< Mat > &umv) CV_OVERRIDE |
基底クラス cv::detail::ExposureCompensator に属する継承公開メンバ関数 | |
| CV_WRAP void | feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< UMat > &masks) |
| CV_WRAP void | setUpdateGain (bool b) |
| CV_WRAP bool | getUpdateGain () |
その他の継承メンバ | |
基底クラス cv::detail::ExposureCompensator に属する継承公開型 | |
| enum | { NO , GAIN , GAIN_BLOCKS , CHANNELS , CHANNELS_BLOCKS } |
基底クラス cv::detail::ExposureCompensator に属する継承静的公開メンバ関数 | |
| static CV_WRAP Ptr< ExposureCompensator > | createDefault (int type) |
基底クラス cv::detail::ExposureCompensator に属する継承限定公開変数類 | |
| 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 |
cv::detail::ExposureCompensatorを実装しています。
|
inlinevirtual |
これはオーバーロードされたメンバ関数です。利便性のために用意されています。元の関数との違いは引き数のみです。
cv::detail::ExposureCompensatorを実装しています。
|
inlinevirtual |
cv::detail::ExposureCompensatorを再実装しています。
|
inlinevirtual |
cv::detail::ExposureCompensatorを再実装しています。