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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp 115 UMat dst_weight_map_; member in class:cv::detail::FeatherBlender
  /external/opencv3/modules/stitching/src/
blenders.cpp 124 dst_weight_map_.create(dst_roi.size(), CV_32F);
125 dst_weight_map_.setTo(0);
139 Mat dst_weight_map = dst_weight_map_.getMat(ACCESS_RW);
164 normalizeUsingWeightMap(dst_weight_map_, dst_);
165 compare(dst_weight_map_, WEIGHT_EPS, dst_mask_, CMP_GT);

Completed in 89 milliseconds