OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::detail::NoExposureCompensator クラス

何も行わないスタブの露出補正器。続き...

#include <opencv2/stitching/detail/exposure_compensate.hpp>

Collaboration diagram for cv::detail::NoExposureCompensator:

公開メンバ関数

void apply (int, Point, InputOutputArray, InputArray) CV_OVERRIDE
 指定した画像の露出を補正する。
 
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 ()
 
void feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< UMat > &masks)
 
bool getUpdateGain ()
 
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< ExposureCompensatorcreateDefault (int type)
 
- Protected Attributes inherited from cv::detail::ExposureCompensator
bool updateGain
 

詳細説明

何も行わないスタブの露出補正器。

メンバ関数詳解

◆ apply()

void cv::detail::NoExposureCompensator::apply ( int index,
Point corner,
InputOutputArray image,
InputArray mask )
inlinevirtual
Python:
cv.detail.NoExposureCompensator.apply(arg1, arg2, arg3, arg4) -> arg3

指定した画像の露出を補正する。

引数
index画像インデックス
corner画像の左上隅
image処理対象の画像
mask画像マスク

cv::detail::ExposureCompensator を実装している。

◆ feed()

void cv::detail::NoExposureCompensator::feed ( const std::vector< Point > & corners,
const std::vector< UMat > & images,
const std::vector< std::pair< UMat, uchar > > & masks )
inlinevirtual

これは利便性のために提供されているオーバーロードされたメンバ関数である。上記の関数とは、受け取る引数のみが異なる。

cv::detail::ExposureCompensator を実装している。

◆ getMatGains()

void cv::detail::NoExposureCompensator::getMatGains ( std::vector< Mat > & umv)
inlinevirtual
Python:
cv.detail.NoExposureCompensator.getMatGains([, umv]) -> umv

cv::detail::ExposureCompensator から再実装されている。

◆ setMatGains()

void cv::detail::NoExposureCompensator::setMatGains ( std::vector< Mat > & umv)
inlinevirtual
Python:
cv.detail.NoExposureCompensator.setMatGains(umv) -> None

cv::detail::ExposureCompensator から再実装されている。


このクラス詳解は次のファイルから抽出されました: