OpenCV  4.10.0
Open Source Computer Vision
正在加载...
正在搜索...
没有匹配项
| 命名空间
seam_finders.hpp 文件参考
#include <set>
#include "opencv2/core.hpp"
#include "opencv2/opencv_modules.hpp"
seam_finders.hpp 的包含依赖关系图
此图显示了直接或间接包含此文件的文件

类  cv::detail::DpSeamFinder
 
类  cv::detail::GraphCutSeamFinder
 基于最小割的接缝估算器。有关详细信息,请参见 [152]更多...
 
类  cv::detail::GraphCutSeamFinderBase
 所有最小割接缝估算器的基类。 更多...
 
类  cv::detail::NoSeamFinder
 空的接缝估算器,它不执行任何操作。 更多...
 
类  cv::detail::PairwiseSeamFinder
 所有成对接缝估算器的基类。 更多...
 
类  cv::detail::SeamFinder
 接缝估算器的基类。 更多...
 
类  cv::detail::VoronoiSeamFinder
 基于 Voronoi 图的接缝估算器。 更多...
 

命名空间

命名空间  cv
 与磁盘上的文件相关联的文件存储的“黑匣子”表示法。
 
命名空间  cv::detail