![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
クラス | |
| class | cv::detail::Blender |
| すべてのブレンダーの基底クラス。 続きを読む... | |
| class | cv::detail::FeatherBlender |
| 画像をその境界で混合するシンプルなブレンダー。 続きを読む... | |
| class | cv::detail::MultiBandBlender |
| マルチバンドブレンディングアルゴリズムを用いる Blender ([47] を参照)。 続きを読む... | |
名前空間 | |
| namespace | cv |
| namespace | cv::detail |
関数 | |
| 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) |