OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::detail::BlocksGainCompensator 类参考

曝光补偿器,尝试通过调整图像块强度来去除与曝光相关的伪影,详情见 [279]更多…

#include <opencv2/stitching/detail/exposure_compensate.hpp>

cv::detail::BlocksGainCompensator 的协作图

公共成员函数

 BlocksGainCompensator (int bl_width, int bl_height, int nr_feeds)
 
 BlocksGainCompensator (int bl_width=32, int bl_height=32)
 
void apply (int index, Point corner, InputOutputArray image, InputArray mask) CV_OVERRIDE
 补偿指定图像中的曝光。
 
void feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< std::pair< UMat, uchar > > &masks) CV_OVERRIDE
 
void getMatGains (std::vector< Mat > &umv) CV_OVERRIDE
 
void setMatGains (std::vector< Mat > &umv) CV_OVERRIDE
 
- 继承自 cv::detail::BlocksCompensator 的公共成员函数
 BlocksCompensator (int bl_width=32, int bl_height=32, int nr_feeds=1)
 
Size getBlockSize () const
 
int getNrFeeds ()
 
int getNrGainsFilteringIterations () const
 
double getSimilarityThreshold () const
 
void setBlockSize (int width, int height)
 
void setBlockSize (Size size)
 
void setNrFeeds (int nr_feeds)
 
void setNrGainsFilteringIterations (int nr_iterations)
 
void setSimilarityThreshold (double similarity_threshold)
 
- 继承自 cv::detail::ExposureCompensator 的公共成员函数
 ExposureCompensator ()
 
virtual ~ExposureCompensator ()
 
void feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< UMat > &masks)
 
bool getUpdateGain ()
 
void setUpdateGain (bool b)
 

其他继承成员

- 继承自 cv::detail::ExposureCompensator 的公共类型
枚举 {
  NO ,
  GAIN ,
  GAIN_BLOCKS ,
  CHANNELS ,
  CHANNELS_BLOCKS
}
 
- 继承自 cv::detail::ExposureCompensator 的静态公共成员函数
static Ptr< ExposureCompensatorcreateDefault (int type)
 
- 继承自 cv::detail::BlocksCompensator 的保护成员函数
- 继承自 cv::detail::ExposureCompensator 的保护属性
bool updateGain
 

详细描述

曝光补偿器,尝试通过调整图像块强度来去除与曝光相关的伪影,详情见 [279]

构造函数和析构函数文档

◆ BlocksGainCompensator() [1/2]

cv::detail::BlocksGainCompensator::BlocksGainCompensator ( int bl_width = 32,
int bl_height = 32 )
内联
Python
cv.detail.BlocksGainCompensator([, bl_width[, bl_height]]) -> <detail_BlocksGainCompensator 对象>
cv.detail.BlocksGainCompensator(bl_width, bl_height, nr_feeds) -> <detail_BlocksGainCompensator 对象>

◆ BlocksGainCompensator() [2/2]

cv::detail::BlocksGainCompensator::BlocksGainCompensator ( int bl_width,
int bl_height,
int nr_feeds )
内联
Python
cv.detail.BlocksGainCompensator([, bl_width[, bl_height]]) -> <detail_BlocksGainCompensator 对象>
cv.detail.BlocksGainCompensator(bl_width, bl_height, nr_feeds) -> <detail_BlocksGainCompensator 对象>

成员函数文档

◆ apply()

void cv::detail::BlocksGainCompensator::apply ( int index,
Point corner,
InputOutputArray image,
InputArray mask )
内联虚函数
Python
cv.detail.BlocksGainCompensator.apply(index, corner, image, mask) -> image

补偿指定图像中的曝光。

参数
index图像索引
corner图像左上角
image要处理的图像
mask图像掩码

cv::detail::BlocksCompensator 重实现。

◆ feed()

void cv::detail::BlocksGainCompensator::feed ( const std::vector< Point > & corners,
const std::vector< UMat > & images,
const std::vector< std::pair< UMat, uchar > > & masks )
虚函数

这是一个重载的成员函数,为了方便提供。它与上面的函数唯一的区别在于它接受的参数。

cv::detail::BlocksCompensator 重实现。

◆ getMatGains()

void cv::detail::BlocksGainCompensator::getMatGains ( std::vector< Mat > & umv)
内联虚函数
Python
cv.detail.BlocksGainCompensator.getMatGains([, umv]) -> umv

◆ setMatGains()

void cv::detail::BlocksGainCompensator::setMatGains ( std::vector< Mat > & umv)
内联虚函数
Python
cv.detail.BlocksGainCompensator.setMatGains(umv) ->

此类的文档由以下文件生成: