Home
last modified time | relevance | path

Searched refs:BlocksGainCompensator (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dexposure_compensate.hpp113 class CV_EXPORTS BlocksGainCompensator : public ExposureCompensator class
116 BlocksGainCompensator(int bl_width = 32, int bl_height = 32) in BlocksGainCompensator() function in cv::detail::BlocksGainCompensator
/external/opencv3/modules/stitching/src/
Dexposure_compensate.cpp55 return makePtr<BlocksGainCompensator>(); in createDefault()
163 void BlocksGainCompensator::feed(const std::vector<Point> &corners, const std::vector<UMat> &images, in feed()
226 void BlocksGainCompensator::apply(int index, Point /*corner*/, InputOutputArray _image, InputArray … in apply()
Dstitcher.cpp82 stitcher.setExposureCompensator(makePtr<detail::BlocksGainCompensator>()); in createDefault()
570 stitcher->setExposureCompensator(makePtr<detail::BlocksGainCompensator>()); in createStitcher()