HomeSort by relevance Sort by last modified time
    Searched refs:dst_pyr_laplace_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/src/
blenders.cpp 231 dst_pyr_laplace_.resize(num_bands_ + 1);
232 dst_pyr_laplace_[0] = dst_;
240 dst_pyr_laplace_[i].create((dst_pyr_laplace_[i - 1].rows + 1) / 2,
241 (dst_pyr_laplace_[i - 1].cols + 1) / 2, CV_16SC3);
244 dst_pyr_laplace_[i].setTo(Scalar::all(0));
373 dst_pyr_laplace_[i](rc), dst_band_weights_[i](rc)) )
377 Mat _dst_pyr_laplace = dst_pyr_laplace_[i](rc).getMat(ACCESS_RW);
435 normalizeUsingWeightMap(dst_band_weights_[i], dst_pyr_laplace_[i]);
438 restoreImageFromLaplacePyrGpu(dst_pyr_laplace_);
    [all...]
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp 136 std::vector<UMat> dst_pyr_laplace_; member in class:cv::detail::MultiBandBlender

Completed in 186 milliseconds