Lines Matching refs:UMat
111 UMat mask; in blend()
170 Rect FeatherBlender::createWeightMaps(const std::vector<UMat> &masks, const std::vector<Point> &cor… in createWeightMaps()
171 std::vector<UMat> &weight_maps) in createWeightMaps()
262 UMat src = _src.getUMat(); in ocl_MultiBandBlender_feed()
281 UMat img = _img.getUMat(); in feed()
316 UMat img_with_border; in feed()
324 std::vector<UMat> src_pyr_laplace; in feed()
336 UMat weight_map; in feed()
337 std::vector<UMat> weight_pyr_gauss(num_bands_ + 1); in feed()
346 UMat add_mask; in feed()
444 UMat _dst_mask; in blend()
466 UMat mat = _mat.getUMat(); in ocl_normalizeUsingWeightMap()
545 UMat tmp; in createWeightMap()
551 void createLaplacePyr(InputArray img, int num_levels, std::vector<UMat> &pyr) in createLaplacePyr()
569 UMat downNext; in createLaplacePyr()
570 UMat current = img.getUMat(); in createLaplacePyr()
575 UMat lvl_up; in createLaplacePyr()
576 UMat lvl_down; in createLaplacePyr()
587 UMat lvl_up; in createLaplacePyr()
599 UMat tmp; in createLaplacePyr()
609 void createLaplacePyrGpu(InputArray img, int num_levels, std::vector<UMat> &pyr) in createLaplacePyrGpu()
637 void restoreImageFromLaplacePyr(std::vector<UMat> &pyr) in restoreImageFromLaplacePyr()
641 UMat tmp; in restoreImageFromLaplacePyr()
650 void restoreImageFromLaplacePyrGpu(std::vector<UMat> &pyr) in restoreImageFromLaplacePyrGpu()