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.hpp116 BlocksGainCompensator(int bl_width = 32, int bl_height = 32) in BlocksGainCompensator() argument
117 : bl_width_(bl_width), bl_height_(bl_height) {} in BlocksGainCompensator()
/external/opencv3/modules/stitching/src/
Dexposure_compensate.cpp181 int bl_height = (images[img_idx].rows + bl_per_img.height - 1) / bl_per_img.height; in feed() local
187 Point bl_tl(bx * bl_width, by * bl_height); in feed()
189 std::min(bl_tl.y + bl_height, images[img_idx].rows)); in feed()