OpenCV 4.11.0
开源计算机视觉
|
#include <opencv2/core.hpp>
类 | |
类 | cv::ximgproc::SuperpixelSEEDS |
实现 SEEDS(通过能量驱动采样提取的超像素)超像素算法的类,该算法在 [282] 中进行了描述。 更多… | |
命名空间 | |
命名空间 | 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 对象。 | |