Closed lee88688 closed 6 years ago
Hey. I have not tried. I'd recommend you use scikit-image instead which has its own implementation of slic.
I use skimage previously. But I find it is to slow. I have tried yours in linux and the speed is much faster. So I decide to use this.
That's odd. When I benchmarked this (when I wrote the skimage implementation), skimage was pretty comparable. If it is not any more, maybe open an issue on the skimage tracker with a benchmark?
Generally you should be able to build this on windows, but I can't really help you with the specifics.
thanks, I would try it some time.
Hi, I clone the code and complie it in windows, but some error(unicode error) occurred. Can this be compiled in Windows?