normalizeUsingWeightMap  147 modules/stitching/include/opencv2/stitching/detail/blenders.hpp void CV_EXPORTS normalizeUsingWeightMap(InputArray weight, InputOutputArray src);
normalizeUsingWeightMap  164 modules/stitching/src/blenders.cpp     normalizeUsingWeightMap(dst_weight_map_, dst_);
normalizeUsingWeightMap  435 modules/stitching/src/blenders.cpp         normalizeUsingWeightMap(dst_band_weights_[i], dst_pyr_laplace_[i]);
normalizeUsingWeightMap  484 modules/stitching/src/blenders.cpp     if(tegra::useTegra() && tegra::normalizeUsingWeightMap(weight, src))