一个空操作的曝光补偿器。 更多…
#include <opencv2/stitching/detail/exposure_compensate.hpp>
◆ apply()
Python |
---|
| cv.detail.NoExposureCompensator.apply( | arg1, arg2, arg3, arg4 | ) -> | arg3 |
◆ feed()
void cv::detail::NoExposureCompensator::feed |
( |
const std::vector< Point > & | corners, |
|
|
const std::vector< UMat > & | images, |
|
|
const std::vector< std::pair< UMat, uchar > > & | masks ) |
|
inlinevirtual |
◆ getMatGains()
void cv::detail::NoExposureCompensator::getMatGains |
( |
std::vector< Mat > & | umv | ) |
|
|
inlinevirtual |
Python |
---|
| cv.detail.NoExposureCompensator.getMatGains( | [, umv] | ) -> | umv |
◆ setMatGains()
void cv::detail::NoExposureCompensator::setMatGains |
( |
std::vector< Mat > & | umv | ) |
|
|
inlinevirtual |
Python |
---|
| cv.detail.NoExposureCompensator.setMatGains( | umv | ) -> | None |
此类的文档是从以下文件生成的