OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
seeds.hpp 文件参考
#include <opencv2/core.hpp>
seeds.hpp 的包含依赖关系图
此图显示了哪些文件直接或间接包含此文件

类 cv::ximgproc::SuperpixelSEEDS
 实现 SEEDS(通过能量驱动采样提取的超像素)超像素算法的类,该算法在 [282] 中进行了描述。 更多…
 

命名空间

命名空间 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 对象。