Integrate snake method in ImagePy
Hi Everyone: I saw in scikit-image 14, add some snake method (chan_vese, morphological_chan_vese ...), It is very useful, but we need a good interactive enviroment to maxmize theirs advantage. So I integrate them into ImagePy, a plugin framework. Now It supports chan_vese, snake from bound, or snake from a roi. (If you like, it can save a gif animate). Now ImagePy has integrated most function in scipy.ndimage and scikit-image. And It is esay to integrate any function based on Numpy ndarray. Some snapshot in attachment. Best RegardYXDragon
On Sat, 13 Oct 2018 02:48:10 +0800, imagepy@sina.com wrote:
I saw in scikit-image 14, add some snake method (chan_vese, morphological_chan_vese ...), It is very useful, but we need a good interactive enviroment to maxmize theirs advantage. So I integrate them into ImagePy, a plugin framework. Now It supports chan_vese, snake from bound, or snake from a roi. (If you like, it can save a gif animate). Now ImagePy has integrated most function in scipy.ndimage and scikit-image. And It is esay to integrate any function based on Numpy ndarray. Some snapshot in attachment.
Very cool! Can you remind us of the project URL and documentation links again? Tiny spelling mistake I noticed: the method is called Otsu. Stéfan
participants (2)
-
imagepy@sina.com
-
Stefan van der Walt