OpenCV453
|
クラス | |
class | cv::detail::ExposureCompensator |
Base class for all exposure compensators. [詳解] | |
class | cv::detail::NoExposureCompensator |
Stub exposure compensator which does nothing. [詳解] | |
class | cv::detail::GainCompensator |
Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities, see [BL07] and [WJ10] for details. [詳解] | |
class | cv::detail::ChannelsCompensator |
Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities on each channel independently. [詳解] | |
class | cv::detail::BlocksCompensator |
Exposure compensator which tries to remove exposure related artifacts by adjusting image blocks. [詳解] | |
class | cv::detail::BlocksGainCompensator |
Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see [UES01] for details. [詳解] | |
class | cv::detail::BlocksChannelsCompensator |
Exposure compensator which tries to remove exposure related artifacts by adjusting image block on each channel. [詳解] | |