Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dblenders.hpp149 void CV_EXPORTS createWeightMap(InputArray mask, float sharpness, InputOutputArray weight);
/external/opencv3/modules/stitching/src/
Dblenders.cpp137 createWeightMap(mask, sharpness_, weight_map_); in feed()
175 createWeightMap(masks[i], sharpness_, weight_maps[i]); in createWeightMaps()
541 void createWeightMap(InputArray mask, float sharpness, InputOutputArray weight) in createWeightMap() function