Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes
cv::detail::MultiBandBlender Class Reference

#include <blenders.hpp>

Inherits cv::detail::Blender.

List of all members.

Public Types

enum  { NO, FEATHER, MULTI_BAND }

Public Member Functions

 MultiBandBlender (int try_gpu=false, int num_bands=5, int weight_type=CV_32F)
int numBands () const
void setNumBands (int val)
void prepare (Rect dst_roi)
void feed (const Mat &img, const Mat &mask, Point tl)
void blend (Mat &dst, Mat &dst_mask)
void prepare (const std::vector< Point > &corners, const std::vector< Size > &sizes)

Static Public Member Functions

static Ptr< BlendercreateDefault (int type, bool try_gpu=false)

Protected Attributes

Mat dst_
Mat dst_mask_
Rect dst_roi_

Member Enumeration Documentation

anonymous enum [inherited]
Enumerator:
NO 
FEATHER 
MULTI_BAND 

Constructor & Destructor Documentation

cv::detail::MultiBandBlender::MultiBandBlender ( int  try_gpu = false,
int  num_bands = 5,
int  weight_type = CV_32F 
)

Member Function Documentation

Reimplemented from cv::detail::Blender.

void cv::detail::MultiBandBlender::feed ( const Mat img,
const Mat mask,
Point  tl 
) [virtual]

Reimplemented from cv::detail::Blender.

void cv::detail::MultiBandBlender::blend ( Mat dst,
Mat dst_mask 
) [virtual]

Reimplemented from cv::detail::Blender.

static Ptr<Blender> cv::detail::Blender::createDefault ( int  type,
bool  try_gpu = false 
) [static, inherited]
void cv::detail::Blender::prepare ( const std::vector< Point > &  corners,
const std::vector< Size > &  sizes 
) [inherited]

Member Data Documentation

Mat cv::detail::Blender::dst_ [protected, inherited]
Mat cv::detail::Blender::dst_mask_ [protected, inherited]
Rect cv::detail::Blender::dst_roi_ [protected, inherited]

The documentation for this class was generated from the following file: