Public Types | Public Member Functions | Static Public Member Functions | List of all members
cv::detail::NoExposureCompensator Class Reference

#include <exposure_compensate.hpp>

Inherits cv::detail::ExposureCompensator.

Public Types

enum  { NO, GAIN, GAIN_BLOCKS }
 

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 &)
 
void feed (const std::vector< Point > &corners, const std::vector< Mat > &images, const std::vector< Mat > &masks)
 

Static Public Member Functions

static Ptr< ExposureCompensatorcreateDefault (int type)
 

Member Enumeration Documentation

anonymous enum
inherited
Enumerator
NO 
GAIN 
GAIN_BLOCKS 

Member Function Documentation

void cv::detail::NoExposureCompensator::feed ( const std::vector< Point > &  ,
const std::vector< Mat > &  ,
const std::vector< std::pair< Mat, uchar > > &   
)
virtual
void cv::detail::NoExposureCompensator::apply ( int  ,
Point  ,
Mat ,
const Mat  
)
virtual
static Ptr<ExposureCompensator> cv::detail::ExposureCompensator::createDefault ( int  type)
staticinherited
void cv::detail::ExposureCompensator::feed ( const std::vector< Point > &  corners,
const std::vector< Mat > &  images,
const std::vector< Mat > &  masks 
)
inherited

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