OpenCV  4.10.0
开放源代码计算机视觉
加载中...
搜索中...
无匹配项
| 命名空间 | 函数
stitching.hpp 文件参考
#include "opencv2/core.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/stitching/warpers.hpp"
#include "opencv2/stitching/detail/matchers.hpp"
#include "opencv2/stitching/detail/motion_estimators.hpp"
#include "opencv2/stitching/detail/exposure_compensate.hpp"
#include "opencv2/stitching/detail/seam_finders.hpp"
#include "opencv2/stitching/detail/blenders.hpp"
#include "opencv2/stitching/detail/camera.hpp"
stitching.hpp 的包含依赖图

class  cv::Stitcher
 高级图像拼接器。 更多...
 

命名空间

namespace  cv
 与磁盘上的文件关联的文件存储的“黑匣子”表示形式。
 

函数

Ptr< Stitchercv::createStitcher (bool try_use_gpu=false)
 
Ptr< Stitchercv::createStitcherScans (bool try_use_gpu=false)