すべての露出補正器の基底クラス。 続きを読む...
#include <opencv2/stitching/detail/exposure_compensate.hpp>
◆ anonymous enum
| 列挙値 |
|---|
| NO | |
| GAIN | |
| GAIN_BLOCKS | |
| CHANNELS | |
| CHANNELS_BLOCKS | |
◆ ExposureCompensator()
| cv::detail::ExposureCompensator::ExposureCompensator |
( |
| ) |
|
|
inline |
◆ ~ExposureCompensator()
| virtual cv::detail::ExposureCompensator::~ExposureCompensator |
( |
| ) |
|
|
inlinevirtual |
◆ apply()
| Python: |
|---|
| cv.detail.ExposureCompensator.apply( | index, corner, image, mask | ) -> | image |
◆ createDefault()
| Python: |
|---|
| cv.detail.ExposureCompensator.createDefault( | type | ) -> | retval |
| cv.detail.ExposureCompensator_createDefault( | type | ) -> | retval |
◆ feed() [1/2]
| virtual void cv::detail::ExposureCompensator::feed |
( |
const std::vector< Point > & | corners, |
|
|
const std::vector< UMat > & | images, |
|
|
const std::vector< std::pair< UMat, uchar > > & | masks ) |
|
pure virtual |
| Python: |
|---|
| cv.detail.ExposureCompensator.feed( | corners, images, masks | ) -> | None |
◆ feed() [2/2]
| void cv::detail::ExposureCompensator::feed |
( |
const std::vector< Point > & | corners, |
|
|
const std::vector< UMat > & | images, |
|
|
const std::vector< UMat > & | masks ) |
| Python: |
|---|
| cv.detail.ExposureCompensator.feed( | corners, images, masks | ) -> | None |
- 引数
-
| corners | 入力画像の左上隅 |
| images | 入力画像 |
| masks | 更新する画像マスク(ペアの2番目の値は、画像がどこにあるかを検出するために使用すべき値を指定する) |
◆ getMatGains()
| virtual void cv::detail::ExposureCompensator::getMatGains |
( |
std::vector< Mat > & | | ) |
|
|
inlinevirtual |
| Python: |
|---|
| cv.detail.ExposureCompensator.getMatGains( | [, arg1] | ) -> | arg1 |
◆ getUpdateGain()
| bool cv::detail::ExposureCompensator::getUpdateGain |
( |
| ) |
|
|
inline |
| Python: |
|---|
| cv.detail.ExposureCompensator.getUpdateGain( | | ) -> | retval |
◆ setMatGains()
| virtual void cv::detail::ExposureCompensator::setMatGains |
( |
std::vector< Mat > & | | ) |
|
|
inlinevirtual |
| Python: |
|---|
| cv.detail.ExposureCompensator.setMatGains( | arg1 | ) -> | None |
◆ setUpdateGain()
| void cv::detail::ExposureCompensator::setUpdateGain |
( |
bool | b | ) |
|
|
inline |
| Python: |
|---|
| cv.detail.ExposureCompensator.setUpdateGain( | b | ) -> | None |
◆ updateGain
| bool cv::detail::ExposureCompensator::updateGain |
|
protected |
このクラス詳解は次のファイルから抽出されました: