Home
last modified time | relevance | path

Searched refs:dst_weight_map_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/src/
Dblenders.cpp124 dst_weight_map_.create(dst_roi.size(), CV_32F); in prepare()
125 dst_weight_map_.setTo(0); in prepare()
139 Mat dst_weight_map = dst_weight_map_.getMat(ACCESS_RW); in feed()
164 normalizeUsingWeightMap(dst_weight_map_, dst_); in blend()
165 compare(dst_weight_map_, WEIGHT_EPS, dst_mask_, CMP_GT); in blend()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dblenders.hpp115 UMat dst_weight_map_; member in cv::detail::FeatherBlender