OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bl_width
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
exposure_compensate.hpp
116
BlocksGainCompensator(int
bl_width
= 32, int bl_height = 32)
117
: bl_width_(
bl_width
), bl_height_(bl_height) {}
/external/opencv3/modules/stitching/src/
exposure_compensate.cpp
180
int
bl_width
= (images[img_idx].cols + bl_per_img.width - 1) / bl_per_img.width;
local
187
Point bl_tl(bx *
bl_width
, by * bl_height);
188
Point bl_br(std::min(bl_tl.x +
bl_width
, images[img_idx].cols),
Completed in 205 milliseconds