OpenCV  4.1.2
Open Source Computer Vision
Classes | Namespaces | Functions
blenders.hpp File Reference
#include "opencv2/core.hpp"
#include "opencv2/core/cuda.hpp"

Classes

class  cv::detail::Blender
 Base class for all blenders. More...
 
class  cv::detail::FeatherBlender
 Simple blender which mixes images at its borders. More...
 
class  cv::detail::MultiBandBlender
 Blender which uses multi-band blending algorithm (see [31]). More...
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::detail
 

Functions

void cv::detail::createLaplacePyr (InputArray img, int num_levels, std::vector< UMat > &pyr)
 
void cv::detail::createLaplacePyrGpu (InputArray img, int num_levels, std::vector< UMat > &pyr)
 
void cv::detail::createWeightMap (InputArray mask, float sharpness, InputOutputArray weight)
 
void cv::detail::normalizeUsingWeightMap (InputArray weight, InputOutputArray src)
 
void cv::detail::restoreImageFromLaplacePyr (std::vector< UMat > &pyr)
 
void cv::detail::restoreImageFromLaplacePyrGpu (std::vector< UMat > &pyr)