Blender which uses multi-band blending algorithm (see [39]).
More...
#include <opencv2/stitching/detail/blenders.hpp>
Blender which uses multi-band blending algorithm (see [39]).
- Examples:
- samples/cpp/stitching_detailed.cpp.
◆ MultiBandBlender()
cv::detail::MultiBandBlender::MultiBandBlender |
( |
int |
try_gpu = false , |
|
|
int |
num_bands = 5 , |
|
|
int |
weight_type = CV_32F |
|
) |
| |
◆ blend()
Blends and returns the final pano.
- Parameters
-
dst | Final pano |
dst_mask | Final pano mask |
Reimplemented from cv::detail::Blender.
◆ feed()
Processes the image.
- Parameters
-
img | Source image |
mask | Source image mask |
tl | Source image top-left corners |
Reimplemented from cv::detail::Blender.
◆ numBands()
int cv::detail::MultiBandBlender::numBands |
( |
| ) |
const |
|
inline |
◆ prepare()
void cv::detail::MultiBandBlender::prepare |
( |
Rect |
dst_roi | ) |
|
|
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()
void cv::detail::MultiBandBlender::setNumBands |
( |
int |
val | ) |
|
|
inline |
The documentation for this class was generated from the following file: