jayrambhia / superpixels-SLIC

Superpixel segmentation using SLIC with Python.
MIT License
129 stars 77 forks source link

urgent! #4

Open GUANFULUO opened 5 years ago

GUANFULUO commented 5 years ago

The displayContours not called, why?

zhangshun97 commented 5 years ago

just call slic.displayContours(255) right after slic.createConnectivity() and all the borders will be shown in white (255)

woaiwojia4816294 commented 2 years ago

您好,请问分割后的每个 patch 怎么存起来呢?是代码中的哪一部分呀,感谢感谢