OpenCV 4.10.0
开源计算机视觉
|
#include <opencv2/core.hpp>
类 | |
类 | cv::ximgproc::SuperpixelSEEDS |
用于实现 [281] 中描述的 SEEDS(通过能量驱动采样提取的超像素)超像素算法的类。 更多信息... | |
命名空间 | |
命名空间 | cv |
与磁盘上文件关联的文件存储(文件存储的“黑匣子”表示形式)。 | |
命名空间 | cv::ximgproc |
函数 | |
Ptr< SuperpixelSEEDS > | cv::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 对象。 | |