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

  /external/opencv3/modules/stitching/src/
blenders.cpp 171 std::vector<UMat> &weight_maps)
173 weight_maps.resize(masks.size());
175 createWeightMap(masks[i], sharpness_, weight_maps[i]);
181 for (size_t i = 0; i < weight_maps.size(); ++i)
184 weight_maps[i].cols, weight_maps[i].rows);
185 add(weights_sum(roi), weight_maps[i], weights_sum(roi)); local
188 for (size_t i = 0; i < weight_maps.size(); ++i)
191 weight_maps[i].cols, weight_maps[i].rows)
    [all...]
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp 110 std::vector<UMat> &weight_maps);

Completed in 63 milliseconds