OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
| 命名空间 | 函数
seeds.hpp 文件参考
#include <opencv2/core.hpp>
seeds.hpp 的包含依赖关系图
此图显示直接或间接包含此文件的那些文件

类  cv::ximgproc::SuperpixelSEEDS
 用于实现 [281] 中描述的 SEEDS(通过能量驱动采样提取的超像素)超像素算法的类。 更多信息...
 

命名空间

命名空间  cv
 与磁盘上文件关联的文件存储(文件存储的“黑匣子”表示形式)。
 
命名空间  cv::ximgproc
 

函数

Ptr< SuperpixelSEEDScv::ximgproc::createSuperpixelSEEDS (int image_width, int image_height, int image_channels, int num_superpixels, int num_levels, int prior=2, int histogram_bins=5, bool double_step=false)
 初始化 SuperpixelSEEDS 对象。