Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Member Functions |
Protected Attributes |
List of all members
cv::detail::Blender Class Reference
Base class for all blenders. More...
#include <opencv2/stitching/detail/blenders.hpp>
Inheritance diagram for cv::detail::Blender:
Public Types | |
enum | { NO , FEATHER , MULTI_BAND } |
Public Member Functions | |
virtual | ~Blender () |
virtual void | blend (InputOutputArray dst, InputOutputArray dst_mask) |
Blends and returns the final pano. | |
virtual void | feed (InputArray img, InputArray mask, Point tl) |
Processes the image. | |
virtual void | prepare (const std::vector< Point > &corners, const std::vector< Size > &sizes) |
Prepares the blender for blending. | |
virtual void | prepare (Rect dst_roi) |
Static Public Member Functions | |
static Ptr< Blender > | createDefault (int type, bool try_gpu=false) |
Protected Attributes | |
UMat | dst_ |
UMat | dst_mask_ |
Rect | dst_roi_ |
Detailed Description
Base class for all blenders.
Simple blender which puts one image over another
Member Enumeration Documentation
◆ anonymous enum
Constructor & Destructor Documentation
◆ ~Blender()
|
inlinevirtual |
Member Function Documentation
◆ blend()
|
virtual |
Blends and returns the final pano.
- Parameters
-
dst Final pano dst_mask Final pano mask
Reimplemented in cv::detail::FeatherBlender, and cv::detail::MultiBandBlender.
◆ createDefault()
◆ feed()
|
virtual |
Processes the image.
- Parameters
-
img Source image mask Source image mask tl Source image top-left corners
Reimplemented in cv::detail::FeatherBlender, and cv::detail::MultiBandBlender.
◆ prepare() [1/2]
|
virtual |
Prepares the blender for blending.
- Parameters
-
corners Source images top-left corners sizes Source image sizes
◆ prepare() [2/2]
|
virtual |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Reimplemented in cv::detail::FeatherBlender, and cv::detail::MultiBandBlender.
Member Data Documentation
◆ dst_
|
protected |
◆ dst_mask_
|
protected |
◆ dst_roi_
|
protected |
The documentation for this class was generated from the following file:
- opencv2/stitching/detail/blenders.hpp