OpenCV
3.1.0
Open Source Computer Vision
|
Classes | |
class | cv::detail::BlocksGainCompensator |
Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see [142] for details. 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 [19] and [154] 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 } |