![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>クラス | |
| class | cv::ximgproc::SuperpixelSLIC |
| [1] で説明されているSLIC (Simple Linear Iterative Clustering) スーパーピクセルアルゴリズムを実装したクラス。 続きを読む... | |
名前空間 | |
| namespace | cv |
| namespace | cv::ximgproc |
列挙型 | |
| enum | cv::ximgproc::SLICType { cv::ximgproc::SLIC = 100 , cv::ximgproc::SLICO = 101 , cv::ximgproc::MSLIC = 102 } |
関数 | |
| Ptr< SuperpixelSLIC > | cv::ximgproc::createSuperpixelSLIC (InputArray image, int algorithm=SLICO, int region_size=10, float ruler=10.0f) |
| SuperpixelSLIC オブジェクトを初期化する。 | |