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.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.cpp180 int bl_width = (images[img_idx].cols + bl_per_img.width - 1) / bl_per_img.width; in feed() local
187 Point bl_tl(bx * bl_width, by * bl_height); in feed()
188 Point bl_br(std::min(bl_tl.x + bl_width, images[img_idx].cols), in feed()