amueller / slic-python

SLIC wrapper for Python - legacy, rather use scikit-image now!
http://scikit-image.org
GNU General Public License v3.0
23 stars 6 forks source link

How can I compile in Windows OS? #5

Closed lee88688 closed 6 years ago

lee88688 commented 7 years ago

Hi, I clone the code and complie it in windows, but some error(unicode error) occurred. Can this be compiled in Windows?

amueller commented 7 years ago

Hey. I have not tried. I'd recommend you use scikit-image instead which has its own implementation of slic.

lee88688 commented 7 years ago

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.

amueller commented 7 years ago

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?

amueller commented 7 years ago

Generally you should be able to build this on windows, but I can't really help you with the specifics.

lee88688 commented 7 years ago

thanks, I would try it some time.