OpenCV 4.5.3(日本語機械翻訳)
|
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 |
指定された画像の露出を補正します。[【詳解】(英語]
|
|
CV_WRAP void | getMatGains (CV_OUT std::vector< Mat > &umv) CV_OVERRIDE |
CV_WRAP void | setMatGains (std::vector< Mat > &umv) CV_OVERRIDE |
![]() |
|
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 () |
その他の継承メンバ |
|
![]() |
|
enum | {
NO , GAIN , GAIN_BLOCKS , CHANNELS , CHANNELS_BLOCKS } |
![]() |
|
static CV_WRAP Ptr< ExposureCompensator > | createDefault (int type) |
![]() |
|
bool | updateGain |
何もしないスタブ露出補正器。
|
inline virtual |
指定された画像の露出を補正します。
index | 画像インデックス |
corner | 画像の左上隅 |
image | 処理する画像 |
mask | 画像マスク |
|
inline virtual |
これはオーバーロードされたメンバ関数です。利便性のために用意されています。元の関数との違いは引き数のみです。
|
inline virtual |
cv::detail::ExposureCompensatorを再実装します。
|
inline virtual |
cv::detail::ExposureCompensatorを再実装します。