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
117
: bl_width_(bl_width),
bl_height_
(bl_height) {}
123
int bl_width_,
bl_height_
;
member in class:cv::detail::BlocksGainCompensator
/external/opencv3/modules/stitching/src/
exposure_compensate.cpp
179
(images[img_idx].rows +
bl_height_
- 1) /
bl_height_
);
Completed in 87 milliseconds