[scikit-image] 回复: Reg: Working to create an ROI interactively and then find contours.

2017-05-15 Thread imagepy
It can wrap any function based on numpy, (spicy, scikit-image, opencv, itk ...). This framework can generate interactive dialog automatically acrroding your function's parameter. and support roi, mask, undo. You just need to care your function! It can run on win, Mac, linux under py2.7 or py3x

[scikit-image] 回复: Reg: Working to create an ROI interactively and then find contours.

2017-05-15 Thread imagepy
https://github.com/yxdragon/imagepy my project. have a look. make scikitimage like photoshop! 原始邮件 发件人:Jesu Kiran Spurgen 时间:2017年5月15日 17:48(星期一) 收件人:scikit-image@python.org 主题:[scikit-image] Reg: Working to create an ROI interactively

[scikit-image] Reg: Working to create an ROI interactively and then find contours.

2017-05-15 Thread Jesu Kiran Spurgen
Dear Experts, I have been able to successfully find the contours on an entire image. However,I am more interested to define an ROI interactively and then find the contours for it, whilst preserving the other parts of the image without any contour-finding. This is what I'd like to do: *