OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bl_height
(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
181
int
bl_height
= (images[img_idx].rows + bl_per_img.height - 1) / bl_per_img.height;
local
187
Point bl_tl(bx * bl_width, by *
bl_height
);
189
std::min(bl_tl.y +
bl_height
, images[img_idx].rows));
Completed in 2301 milliseconds