![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>クラス | |
| class | cv::ximgproc::SuperpixelLSC |
| [165] で説明されている 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) スーパーピクセルを実装したクラス。 | |