opencv2/stitching/detail/exposure_compensate.hpp#
#include <opencv2/core.hpp>
Include dependency graph for exposure_compensate.hpp:
This graph shows which files directly or indirectly include exposure_compensate.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 [315] 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 [47] and [342] for details. More…
class cv::detail::NoExposureCompensator
Stub exposure compensator which does nothing. More…
Namespaces#
namespace cv
namespace cv::detail