OpenCV  4.1.0
Open Source Computer Vision
Classes | Namespaces
exposure_compensate.hpp File Reference
#include "opencv2/core.hpp"

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. 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. More...
 
class  cv::detail::NoExposureCompensator
 Stub exposure compensator which does nothing. More...
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::detail