![]() |
OpenCV 4.11.0
开源计算机视觉
|
#include <opencv2/core.hpp>类 | |
| 类 | cv::ximgproc::SuperpixelLSC |
| 实现 LSC(线性谱聚类)超像素算法的类,该算法在 [160] 中进行了描述。更多… | |
命名空间 | |
| 命名空间 | cv |
| 命名空间 | cv::ximgproc |
函数 | |
| Ptr< SuperpixelLSC > | cv::ximgproc::createSuperpixelLSC (InputArray image, int region_size=10, float ratio=0.075f) |
| 实现 LSC(线性谱聚类)超像素的类。 | |