Loading...
Searching...
No Matches
cv::detail::MultiBandBlender Class Reference
Blender which uses multi-band blending algorithm (see [BA83]). More...
#include <opencv2/stitching/detail/blenders.hpp>
Inheritance diagram for cv::detail::MultiBandBlender:
Public Member Functions | |
MultiBandBlender (int try_gpu=false, int num_bands=5, int weight_type=CV_32F) | |
void | blend (InputOutputArray dst, InputOutputArray dst_mask) CV_OVERRIDE |
Blends and returns the final pano. | |
void | feed (InputArray img, InputArray mask, Point tl) CV_OVERRIDE |
Processes the image. | |
int | numBands () const |
void | prepare (Rect dst_roi) CV_OVERRIDE |
void | setNumBands (int val) |
Public Member Functions inherited from cv::detail::Blender | |
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) |
Additional Inherited Members | |
Public Types inherited from cv::detail::Blender | |
enum | { NO , FEATHER , MULTI_BAND } |
Static Public Member Functions inherited from cv::detail::Blender | |
static Ptr< Blender > | createDefault (int type, bool try_gpu=false) |
Protected Attributes inherited from cv::detail::Blender | |
UMat | dst_ |
UMat | dst_mask_ |
Rect | dst_roi_ |
Detailed Description
Blender which uses multi-band blending algorithm (see [BA83]).
- Examples
- samples/cpp/stitching_detailed.cpp.
Constructor & Destructor Documentation
◆ MultiBandBlender()
cv::detail::MultiBandBlender::MultiBandBlender | ( | int | try_gpu = false , |
int | num_bands = 5 , |
||
int | weight_type = CV_32F |
||
) |
Member Function Documentation
◆ blend()
|
virtual |
Blends and returns the final pano.
- Parameters
-
dst Final pano dst_mask Final pano mask
Reimplemented from cv::detail::Blender.
◆ feed()
|
virtual |
Processes the image.
- Parameters
-
img Source image mask Source image mask tl Source image top-left corners
Reimplemented from cv::detail::Blender.
◆ numBands()
|
inline |
- Examples
- samples/cpp/stitching_detailed.cpp.
◆ prepare()
|
virtual |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Reimplemented from cv::detail::Blender.
◆ setNumBands()
|
inline |
- Examples
- samples/cpp/stitching_detailed.cpp.
The documentation for this class was generated from the following file:
- opencv2/stitching/detail/blenders.hpp