OpenCV  2.4.13.5
Open Source Computer Vision
cv::detail::BlocksGainCompensator Class Reference

#include <exposure_compensate.hpp>

Inheritance diagram for cv::detail::BlocksGainCompensator:
cv::detail::ExposureCompensator

Public Member Functions

 BlocksGainCompensator (int bl_width=32, int bl_height=32)
 
void feed (const std::vector< Point > &corners, const std::vector< Mat > &images, const std::vector< std::pair< Mat, uchar > > &masks)
 
void apply (int index, Point corner, Mat &image, const Mat &mask)
 
- Public Member Functions inherited from cv::detail::ExposureCompensator
virtual ~ExposureCompensator ()
 
void feed (const std::vector< Point > &corners, const std::vector< Mat > &images, const std::vector< Mat > &masks)
 

Additional Inherited Members

- Public Types inherited from cv::detail::ExposureCompensator
enum  { NO, GAIN, GAIN_BLOCKS }
 
- Static Public Member Functions inherited from cv::detail::ExposureCompensator
static Ptr< ExposureCompensatorcreateDefault (int type)
 

Constructor & Destructor Documentation

§ BlocksGainCompensator()

cv::detail::BlocksGainCompensator::BlocksGainCompensator ( int  bl_width = 32,
int  bl_height = 32 
)
inline

Member Function Documentation

§ apply()

void cv::detail::BlocksGainCompensator::apply ( int  index,
Point  corner,
Mat image,
const Mat mask 
)
virtual

§ feed()

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

The documentation for this class was generated from the following file: