HomeSort by relevance Sort by last modified time
    Searched refs:BlocksGainCompensator (Results 1 - 3 of 3) sorted by null

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

Completed in 43 milliseconds