OpenCV  2.4.13.7
Open Source Computer Vision
cv::detail::NoExposureCompensator Class Reference

#include <exposure_compensate.hpp>

Inheritance diagram for cv::detail::NoExposureCompensator:
cv::detail::ExposureCompensator

Public Member Functions

void feed (const std::vector< Point > &, const std::vector< Mat > &, const std::vector< std::pair< Mat, uchar > > &)
 
void apply (int, Point, Mat &, const Mat &)
 
- 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)
 

Member Function Documentation

§ apply()

void cv::detail::NoExposureCompensator::apply ( int  ,
Point  ,
Mat ,
const Mat  
)
inlinevirtual

§ feed()

void cv::detail::NoExposureCompensator::feed ( const std::vector< Point > &  ,
const std::vector< Mat > &  ,
const std::vector< std::pair< Mat, uchar > > &   
)
inlinevirtual

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