OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_band_weights_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/src/
blenders.cpp
234
dst_band_weights_
.resize(num_bands_ + 1);
235
dst_band_weights_
[0].create(dst_roi.size(), weight_type_);
236
dst_band_weights_
[0].setTo(0);
242
dst_band_weights_
[i].create((
dst_band_weights_
[i - 1].rows + 1) / 2,
243
(
dst_band_weights_
[i - 1].cols + 1) / 2, weight_type_);
245
dst_band_weights_
[i].setTo(0);
373
dst_pyr_laplace_[i](rc),
dst_band_weights_
[i](rc)) )
379
Mat _dst_band_weights =
dst_band_weights_
[i](rc).getMat(ACCESS_RW);
435
normalizeUsingWeightMap(
dst_band_weights_
[i], dst_pyr_laplace_[i])
[
all
...]
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp
137
std::vector<UMat>
dst_band_weights_
;
member in class:cv::detail::MultiBandBlender
Completed in 122 milliseconds