OpenCV  4.1.0
Open Source Computer Vision
Classes | Enumerations
Exposure Compensation

Classes

class  cv::detail::BlocksChannelsCompensator
 Exposure compensator which tries to remove exposure related artifacts by adjusting image block on each channel. More...
 
class  cv::detail::BlocksCompensator
 Exposure compensator which tries to remove exposure related artifacts by adjusting image blocks. More...
 
class  cv::detail::BlocksGainCompensator
 Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see [214] for details. More...
 
class  cv::detail::ChannelsCompensator
 Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities on each channel independently. More...
 
class  cv::detail::ExposureCompensator
 Base class for all exposure compensators. More...
 
class  cv::detail::GainCompensator
 Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities, see [27] and [237] for details. More...
 
class  cv::detail::NoExposureCompensator
 Stub exposure compensator which does nothing. More...
 

Enumerations

enum  {
  cv::detail::ExposureCompensator::NO,
  cv::detail::ExposureCompensator::GAIN,
  cv::detail::ExposureCompensator::GAIN_BLOCKS,
  cv::detail::ExposureCompensator::CHANNELS,
  cv::detail::ExposureCompensator::CHANNELS_BLOCKS
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum
Enumerator
NO 
GAIN 
GAIN_BLOCKS 
CHANNELS 
CHANNELS_BLOCKS