![]() |
OpenCV 4.12.0
開源計算機視覺
|
#include <opencv2/core.hpp>類 | |
| 類 | cv::ximgproc::SuperpixelSEEDS |
| 實現了 SEEDS(透過能量驅動取樣提取超畫素)超畫素演算法的類,如 [285] 中所述。 更多... | |
名稱空間 | |
| 名稱空間 | cv |
| 名稱空間 | virtual cv::ximgproc::FastLineDetector::~FastLineDetector |
函式 | |
| 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 物件。 | |