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

曝光补偿器,通过调整图像块来消除曝光相关伪影。 更多...

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

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)
 

保护成员函数

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

详细描述

曝光补偿器,通过调整图像块来消除曝光相关伪影。

示例
samples/cpp/stitching_detailed.cpp.

构造函数 & 析构函数文档

◆ BlocksCompensator()

cv::detail::BlocksCompensator::BlocksCompensator ( int bl_width = 32,
int bl_height = 32,
int nr_feeds = 1 )
inline

成员函数文档

◆ apply()

void cv::detail::BlocksCompensator::apply ( int index,
Point corner,
InputOutputArray image,
InputArray mask )
virtual
Python
cv.detail.BlocksCompensator.apply(index, corner, image, mask) -> image

补偿指定图像的曝光。

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

实现自 cv::detail::ExposureCompensator

cv::detail::BlocksGainCompensator 中重新实现。

◆ feed()

template<class Compensator >
void cv::detail::BlocksCompensator::feed ( const std::vector< Point > & corners,
const std::vector< UMat > & images,
const std::vector< std::pair< UMat, uchar > > & masks )
保护

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

实现自 cv::detail::ExposureCompensator

cv::detail::BlocksGainCompensator 中重新实现。

◆ getBlockSize()

Size cv::detail::BlocksCompensator::getBlockSize ( ) const
inline
Python
cv.detail.BlocksCompensator.getBlockSize() -> retval

◆ getMatGains()

void cv::detail::BlocksCompensator::getMatGains ( std::vector< Mat > & umv)
virtual
Python
cv.detail.BlocksCompensator.getMatGains([, umv]) -> umv

cv::detail::ExposureCompensator 重新实现。

cv::detail::BlocksGainCompensator 中重新实现。

◆ getNrFeeds()

int cv::detail::BlocksCompensator::getNrFeeds ( )
inline
Python
cv.detail.BlocksCompensator.getNrFeeds() -> retval

◆ getNrGainsFilteringIterations()

int cv::detail::BlocksCompensator::getNrGainsFilteringIterations ( ) const
inline
Python
cv.detail.BlocksCompensator.getNrGainsFilteringIterations() -> retval

◆ getSimilarityThreshold()

double cv::detail::BlocksCompensator::getSimilarityThreshold ( ) const
inline
Python
cv.detail.BlocksCompensator.getSimilarityThreshold() -> retval

◆ setBlockSize() [1/2]

void cv::detail::BlocksCompensator::setBlockSize ( int width,
int height )
inline
Python
cv.detail.BlocksCompensator.setBlockSize(width, height) ->
cv.detail.BlocksCompensator.setBlockSize(size) ->

◆ setBlockSize() [2/2]

void cv::detail::BlocksCompensator::setBlockSize ( Size size)
inline
Python
cv.detail.BlocksCompensator.setBlockSize(width, height) ->
cv.detail.BlocksCompensator.setBlockSize(size) ->
此函数的调用图如下

◆ setMatGains()

void cv::detail::BlocksCompensator::setMatGains ( std::vector< Mat > & umv)
virtual
Python
cv.detail.BlocksCompensator.setMatGains(umv) ->

cv::detail::ExposureCompensator 重新实现。

cv::detail::BlocksGainCompensator 中重新实现。

◆ setNrFeeds()

void cv::detail::BlocksCompensator::setNrFeeds ( int nr_feeds)
inline
Python
cv.detail.BlocksCompensator.setNrFeeds(nr_feeds) ->

◆ setNrGainsFilteringIterations()

void cv::detail::BlocksCompensator::setNrGainsFilteringIterations ( int nr_iterations)
inline
Python
cv.detail.BlocksCompensator.setNrGainsFilteringIterations(nr_iterations) ->

◆ setSimilarityThreshold()

void cv::detail::BlocksCompensator::setSimilarityThreshold ( double similarity_threshold)
inline
Python
cv.detail.BlocksCompensator.setSimilarityThreshold(similarity_threshold) ->

此类的文档生成自以下文件