OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
seeds.hpp 檔案參考
#include <opencv2/core.hpp>
seeds.hpp 的包含依賴關係圖
此圖顯示了直接或間接包含此檔案的檔案

類  cv::ximgproc::SuperpixelSEEDS
 實現了 SEEDS(透過能量驅動取樣提取超畫素)超畫素演算法的類,如 [285] 中所述。 更多...
 

名稱空間

名稱空間  cv
 
名稱空間  virtual cv::ximgproc::FastLineDetector::~FastLineDetector
 

函式

Ptr< SuperpixelSEEDScv::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 物件。