Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dblenders.cpp171 std::vector<UMat> &weight_maps) in createWeightMaps() argument
173 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()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dblenders.hpp110 std::vector<UMat> &weight_maps);