Home
last modified time | relevance | path

Searched refs:bl_height_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dexposure_compensate.hpp117 : bl_width_(bl_width), bl_height_(bl_height) {} in BlocksGainCompensator()
123 int bl_width_, bl_height_; member in cv::detail::BlocksGainCompensator
/external/opencv3/modules/stitching/src/
Dexposure_compensate.cpp179 (images[img_idx].rows + bl_height_ - 1) / bl_height_); in feed()