Searched refs:createWeightMap (Results 1 – 2 of 2) sorted by relevance
149 void CV_EXPORTS createWeightMap(InputArray mask, float sharpness, InputOutputArray weight);
137 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