HomeSort by relevance Sort by last modified time
    Searched defs:MultiBandBlender (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp 122 class CV_EXPORTS MultiBandBlender : public Blender
125 MultiBandBlender(int try_gpu = false, int num_bands = 5, int weight_type = CV_32F);
  /external/opencv3/modules/stitching/src/
blenders.cpp 58 return makePtr<MultiBandBlender>(try_gpu);
201 MultiBandBlender::MultiBandBlender(int try_gpu, int num_bands, int weight_type)
217 void MultiBandBlender::prepare(Rect dst_roi)
275 void MultiBandBlender::feed(InputArray _img, InputArray mask, Point tl)
432 void MultiBandBlender::blend(InputOutputArray dst, InputOutputArray dst_mask)

Completed in 156 milliseconds