OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setNumBands
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp
128
void
setNumBands
(int val) { actual_num_bands_ = val; }
/external/opencv3/modules/stitching/src/
blenders.cpp
203
setNumBands
(num_bands);
/external/opencv3/samples/cpp/
stitching_detailed.cpp
805
mb->
setNumBands
(static_cast<int>(ceil(log(blend_width)/log(2.)) - 1.));
Completed in 79 milliseconds