所有曝光补偿器的基类。 更多...
#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 |
|
保护 |
此类的文档生成于以下文件: