Home
last modified time | relevance | path

Searched refs:bl_width_ (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.cpp178 Size bl_per_img((images[img_idx].cols + bl_width_ - 1) / bl_width_, in feed()