Searched refs:dst_weight_map_ (Results 1 – 2 of 2) sorted by relevance
124 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()
115 UMat dst_weight_map_; member in cv::detail::FeatherBlender