Searched refs:weight_maps (Results 1 – 2 of 2) sorted by relevance
171 std::vector<UMat> &weight_maps) in createWeightMaps() argument173 weight_maps.resize(masks.size()); in createWeightMaps()175 createWeightMap(masks[i], sharpness_, weight_maps[i]); in createWeightMaps()181 for (size_t i = 0; i < weight_maps.size(); ++i) in createWeightMaps()184 weight_maps[i].cols, weight_maps[i].rows); in createWeightMaps()185 add(weights_sum(roi), weight_maps[i], weights_sum(roi)); in createWeightMaps()188 for (size_t i = 0; i < weight_maps.size(); ++i) in createWeightMaps()191 weight_maps[i].cols, weight_maps[i].rows); in createWeightMaps()194 divide(weight_maps[i], tmp, weight_maps[i]); in createWeightMaps()
110 std::vector<UMat> &weight_maps);