所有曝光补偿器的基类。 更多...
#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 | ) -> | 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 | 要更新的图像掩码(对中的第二个值指定用于检测图像位置的值) |
◆ 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 |
该类的文档是从以下文件生成的