Exposure Compensation#

Detailed Description#

Classes#

Name

Description

class cv::detail::BlocksChannelsCompensator

Exposure compensator which tries to remove exposure related artifacts by adjusting image block on each channel. View details

class cv::detail::BlocksCompensator

Exposure compensator which tries to remove exposure related artifacts by adjusting image blocks. View details

class cv::detail::BlocksGainCompensator

Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see [315] for details. View details

class cv::detail::ChannelsCompensator

Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities on each channel independently. View details

class cv::detail::ExposureCompensator

Base class for all exposure compensators. View details

class cv::detail::GainCompensator

Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities, see [47] and [342] for details. View details

class cv::detail::NoExposureCompensator

Stub exposure compensator which does nothing. View details