Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
cv::detail::MultiBandBlender Class Reference

#include <blenders.hpp>

Inherits cv::detail::Blender.

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

int cv::detail::MultiBandBlender::numBands ( ) const
void cv::detail::MultiBandBlender::setNumBands ( int  val)
void cv::detail::MultiBandBlender::prepare ( Rect  dst_roi)
virtual

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 
)
staticinherited
void cv::detail::Blender::prepare ( const std::vector< Point > &  corners,
const std::vector< Size > &  sizes 
)
inherited

Member Data Documentation

Mat cv::detail::Blender::dst_
protectedinherited
Mat cv::detail::Blender::dst_mask_
protectedinherited
Rect cv::detail::Blender::dst_roi_
protectedinherited

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