BlocksGainCompensator  116 modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp     BlocksGainCompensator(int bl_width = 32, int bl_height = 32)
BlocksGainCompensator   55 modules/stitching/src/exposure_compensate.cpp         return makePtr<BlocksGainCompensator>();
BlocksGainCompensator  163 modules/stitching/src/exposure_compensate.cpp void BlocksGainCompensator::feed(const std::vector<Point> &corners, const std::vector<UMat> &images,
BlocksGainCompensator  226 modules/stitching/src/exposure_compensate.cpp void BlocksGainCompensator::apply(int index, Point /*corner*/, InputOutputArray _image, InputArray /*mask*/)
BlocksGainCompensator   82 modules/stitching/src/stitcher.cpp     stitcher.setExposureCompensator(makePtr<detail::BlocksGainCompensator>());
BlocksGainCompensator  570 modules/stitching/src/stitcher.cpp         stitcher->setExposureCompensator(makePtr<detail::BlocksGainCompensator>());