![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>クラス | |
| class | cv::ximgproc::SuperpixelLSC |
| [166] で説明されているLSC (Linear Spectral Clustering) スーパーピクセルアルゴリズムを実装したクラス。 続きを読む... | |
名前空間 | |
| namespace | cv |
| namespace | cv::ximgproc |
関数 | |
| Ptr< SuperpixelLSC > | cv::ximgproc::createSuperpixelLSC (InputArray image, int region_size=10, float ratio=0.075f) |
| LSC (Linear Spectral Clustering) スーパーピクセルを実装したクラス。 | |