Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 232 Bytes

File metadata and controls

7 lines (6 loc) · 232 Bytes

Superpixel-Segmentation

C++/opencv实现SLIC与VCells超像素分割

SuperpixelSegmentation ss(fileName);
(1)ss.SLIC(600, 20, 10);
(2)ss.VCells(7, 300, 5, 10);
ss.SaveContour(saveFileName);// 保存结果