#include "opencv2/core/core.hpp"
Classes | |
class | cv::detail::Blender |
class | cv::detail::FeatherBlender |
class | cv::detail::MultiBandBlender |
Namespaces | |
cv | |
cv::detail | |
Functions | |
void | cv::detail::normalizeUsingWeightMap (const Mat &weight, Mat &src) |
void | cv::detail::createWeightMap (const Mat &mask, float sharpness, Mat &weight) |
void | cv::detail::createLaplacePyr (const Mat &img, int num_levels, std::vector< Mat > &pyr) |
void | cv::detail::createLaplacePyrGpu (const Mat &img, int num_levels, std::vector< Mat > &pyr) |
void | cv::detail::restoreImageFromLaplacePyr (std::vector< Mat > &pyr) |
void | cv::detail::restoreImageFromLaplacePyrGpu (std::vector< Mat > &pyr) |