Go to the source code of this file.
Classes | |
class | cv::detail::Blender |
class | cv::detail::FeatherBlender |
class | cv::detail::MultiBandBlender |
Namespaces | |
cv | |
Namespace where all the C++ OpenCV functionality resides. | |
cv::detail | |
Functions | |
void CV_EXPORTS | cv::detail::normalizeUsingWeightMap (const Mat &weight, Mat &src) |
void CV_EXPORTS | cv::detail::createWeightMap (const Mat &mask, float sharpness, Mat &weight) |
void CV_EXPORTS | cv::detail::createLaplacePyr (const Mat &img, int num_levels, std::vector< Mat > &pyr) |
void CV_EXPORTS | cv::detail::createLaplacePyrGpu (const Mat &img, int num_levels, std::vector< Mat > &pyr) |
void CV_EXPORTS | cv::detail::restoreImageFromLaplacePyr (std::vector< Mat > &pyr) |
void CV_EXPORTS | cv::detail::restoreImageFromLaplacePyrGpu (std::vector< Mat > &pyr) |