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


此類的文件是從以下檔案生成的