Searched refs:dst_band_weights_ (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/src/
H A Dblenders.cpp234 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_[
[all...]
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
H A Dblenders.hpp137 std::vector<UMat> dst_band_weights_; member in class:cv::detail::MultiBandBlender

Completed in 314 milliseconds