OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::detail::BlocksChannelsCompensator 类参考

曝光补偿器,尝试通过调整每个通道上的图像块来消除曝光相关的伪影。 更多...

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

cv::detail::BlocksChannelsCompensator 的协作图

公共成员函数

 BlocksChannelsCompensator (int bl_width=32, int bl_height=32, int nr_feeds=1)
 
void feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< std::pair< UMat, uchar > > &masks) CV_OVERRIDE
 
- 公共成员函数 继承自 cv::detail::BlocksCompensator
 BlocksCompensator (int bl_width=32, int bl_height=32, int nr_feeds=1)
 
void apply (int index, Point corner, InputOutputArray image, InputArray mask) CV_OVERRIDE
 补偿指定图像的曝光。
 
Size getBlockSize () const
 
void getMatGains (std::vector< Mat > &umv) CV_OVERRIDE
 
int getNrFeeds ()
 
int getNrGainsFilteringIterations () const
 
double getSimilarityThreshold () const
 
void setBlockSize (int width, int height)
 
void setBlockSize (Size size)
 
void setMatGains (std::vector< Mat > &umv) CV_OVERRIDE
 
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
template<class Compensator >
void feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< std::pair< UMat, uchar > > &masks)
 
- 保护属性 继承自 cv::detail::ExposureCompensator
bool updateGain
 

详细描述

曝光补偿器,尝试通过调整每个通道上的图像块来消除曝光相关的伪影。

构造函数 & 析构函数文档

◆ BlocksChannelsCompensator()

cv::detail::BlocksChannelsCompensator::BlocksChannelsCompensator ( int bl_width = 32,
int bl_height = 32,
int nr_feeds = 1 )
inline
Python
cv.detail.BlocksChannelsCompensator([, bl_width[, bl_height[, nr_feeds]]]) -> <detail_BlocksChannelsCompensator object>

成员函数文档

◆ feed()

void cv::detail::BlocksChannelsCompensator::feed ( const std::vector< Point > & corners,
const std::vector< UMat > & images,
const std::vector< std::pair< UMat, uchar > > & masks )
virtual

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

实现了 cv::detail::ExposureCompensator


此类的文档是从以下文件生成的