所有曝光補償器的基類。 更多...
#include <opencv2/stitching/detail/exposure_compensate.hpp>
◆ 匿名列舉
| 列舉器 |
|---|
| 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 ) |
|
純虛擬函式 |
| Python |
|---|
| cv.detail.ExposureCompensator.feed( | corners, images, masks | ) -> | 無 |
◆ 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 | ) -> | 無 |
- 引數
-
| corners | 源影像左上角點 |
| images | 源影像 |
| 遮罩 | 用於更新的影像遮罩(對中的第二個值指定了應使用哪個值來檢測影像的位置) |
◆ 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 | ) -> | 無 |
◆ setUpdateGain()
| void cv::detail::ExposureCompensator::setUpdateGain |
( |
bool | b | ) |
|
|
inline |
| Python |
|---|
| cv.detail.ExposureCompensator.setUpdateGain( | b | ) -> | 無 |
◆ updateGain
| bool cv::detail::ExposureCompensator::updateGain |
|
保護 |
此類的文件生成於以下檔案: