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

类  cv::ximgproc::SuperpixelSEEDS
 实现了 SEEDS(通过能量驱动采样提取超像素)超像素算法的类,如 [285] 中所述。 更多...
 

命名空间

命名空间  cv
 
命名空间  virtual cv::ximgproc::FastLineDetector::~FastLineDetector
 

函数

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 对象。