Image Blenders#
Detailed Description#
Classes#
Name |
Description |
|---|---|
|
Base class for all blenders. View details |
Simple blender which mixes images at its borders. View details |
|
Blender which uses multi-band blending algorithm (see [52]). View details |
Functions#
Return |
Name |
Description |
|---|---|---|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Function Documentation#
createLaplacePyr()#
void cv::detail::createLaplacePyr(
InputArray img,
int num_levels,
std::vector< UMat > & pyr )
#include <opencv2/stitching/detail/blenders.hpp>
Python:
cv.detail.createLaplacePyr(img, num_levels, pyr) -> pyr
createLaplacePyrGpu()#
void cv::detail::createLaplacePyrGpu(
InputArray img,
int num_levels,
std::vector< UMat > & pyr )
#include <opencv2/stitching/detail/blenders.hpp>
Python:
cv.detail.createLaplacePyrGpu(img, num_levels, pyr) -> pyr
createWeightMap()#
void cv::detail::createWeightMap(
InputArray mask,
float sharpness,
InputOutputArray weight )
#include <opencv2/stitching/detail/blenders.hpp>
Python:
cv.detail.createWeightMap(mask, sharpness, weight) -> weight
normalizeUsingWeightMap()#
void cv::detail::normalizeUsingWeightMap(
InputArray weight,
InputOutputArray src )
#include <opencv2/stitching/detail/blenders.hpp>
Python:
cv.detail.normalizeUsingWeightMap(weight, src) -> src
restoreImageFromLaplacePyr()#
void cv::detail::restoreImageFromLaplacePyr(std::vector< UMat > & pyr)
#include <opencv2/stitching/detail/blenders.hpp>
Python:
cv.detail.restoreImageFromLaplacePyr(pyr) -> pyr
restoreImageFromLaplacePyrGpu()#
void cv::detail::restoreImageFromLaplacePyrGpu(std::vector< UMat > & pyr)
#include <opencv2/stitching/detail/blenders.hpp>
Python:
cv.detail.restoreImageFromLaplacePyrGpu(pyr) -> pyr