OpenCV 4.5.3(日本語機械翻訳)
全て クラス 名前空間 ファイル 関数 変数 型定義 列挙型 列挙値 フレンド グループ ページ
公開メンバ関数 | 全メンバ一覧
cv::detail::BlocksGainCompensator クラス

Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see [UES01] for details. [詳解]

#include <exposure_compensate.hpp>

cv::detail::BlocksCompensatorを継承しています。

公開メンバ関数

CV_WRAP BlocksGainCompensator (int bl_width=32, int bl_height=32)
CV_WRAP BlocksGainCompensator (int bl_width, int bl_height, int nr_feeds)
void feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< std::pair< UMat, uchar > > &masks) CV_OVERRIDE
CV_WRAP void apply (int index, Point corner, InputOutputArray image, InputArray mask) 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::detail::BlocksCompensator に属する継承公開メンバ関数
BlocksCompensator (int bl_width=32, int bl_height=32, int nr_feeds=1)
CV_WRAP void setNrFeeds (int nr_feeds)
CV_WRAP int getNrFeeds ()
CV_WRAP void setSimilarityThreshold (double similarity_threshold)
CV_WRAP double getSimilarityThreshold () const
CV_WRAP void setBlockSize (int width, int height)
CV_WRAP void setBlockSize (Size size)
CV_WRAP Size getBlockSize () const
CV_WRAP void setNrGainsFilteringIterations (int nr_iterations)
CV_WRAP int getNrGainsFilteringIterations () const
- 基底クラス 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

詳解

画像ブロックの強度を調整することで、露出に関連するアーチファクトを除去しようとする露出補正器。[UES01]を参照してください。を参照してください。

関数詳解

apply()

CV_WRAP void cv::detail::BlocksGainCompensator::apply ( int index,
Point corner,
InputOutputArray image,
InputArray mask
)
inline virtual

指定された画像の露出を補正します。

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

cv::detail::BlocksCompensatorを再実装します。

feed()

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

これはオーバーロードされたメンバ関数です。利便性のために用意されています。元の関数との違いは引き数のみです。

cv::detail::BlocksCompensatorを再実装します。

getMatGains()

CV_WRAP void cv::detail::BlocksGainCompensator::getMatGains ( CV_OUT std::vector< Mat > & umv )
inline virtual

cv::detail::BlocksCompensatorを再実装します。

setMatGains()

CV_WRAP void cv::detail::BlocksGainCompensator::setMatGains ( std::vector< Mat > & umv )
inline virtual

cv::detail::BlocksCompensatorを再実装します。


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