MultiBandBlender  125 modules/stitching/include/opencv2/stitching/detail/blenders.hpp     MultiBandBlender(int try_gpu = false, int num_bands = 5, int weight_type = CV_32F);
MultiBandBlender   58 modules/stitching/src/blenders.cpp         return makePtr<MultiBandBlender>(try_gpu);
MultiBandBlender  201 modules/stitching/src/blenders.cpp MultiBandBlender::MultiBandBlender(int try_gpu, int num_bands, int weight_type)
MultiBandBlender  217 modules/stitching/src/blenders.cpp void MultiBandBlender::prepare(Rect dst_roi)
MultiBandBlender  275 modules/stitching/src/blenders.cpp void MultiBandBlender::feed(InputArray _img, InputArray mask, Point tl)
MultiBandBlender  432 modules/stitching/src/blenders.cpp void MultiBandBlender::blend(InputOutputArray dst, InputOutputArray dst_mask)
MultiBandBlender   83 modules/stitching/src/stitcher.cpp     stitcher.setBlender(makePtr<detail::MultiBandBlender>(try_use_gpu));
MultiBandBlender  571 modules/stitching/src/stitcher.cpp         stitcher->setBlender(makePtr<detail::MultiBandBlender>(try_use_gpu));
MultiBandBlender   47 modules/stitching/test/test_blenders.cpp TEST(MultiBandBlender, CanBlendTwoImages)
MultiBandBlender   65 modules/stitching/test/test_blenders.cpp     detail::MultiBandBlender blender(false, 5);
MultiBandBlender  804 samples/cpp/stitching_detailed.cpp                 MultiBandBlender* mb = dynamic_cast<MultiBandBlender*>(blender.get());