[scikit-image] 回复: Numba on pypi

2017-07-13 Thread imagepy
Hi Stéfan: I appreciate Numba. for sometimes, we must do a 'for' in our python code, but just a 'for' with a 'if', It is fussy to compile a so/dll or write cython. Numba is very portable, and can run anywhere, just need to install numba and llvmlite. (That means our package could be a

[scikit-image] 回复:Re: building scikit-image plugin and tool set.

2017-06-30 Thread imagepy
, Py3, on Win, Mac ,Linux. You can find Linux whl here and will be avalible in pypi soon. (In fact I had tested ImagePy on win, mac, linux with py2/py3) I think QT and WX are both OK, but wx is more light weighted (just 10M on win), It is friendly for user to download. I also agree with That web

[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 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] 回复:Re: 回复: Need help to get graph from image

2017-05-18 Thread imagepy
I has build the networt, look tips 2. imagepy is not a function library, but a interactive framework witch can wrap numpy, scipy, scikitimage, opencv as a friendly.software. by another, please donot save picture as jpg. the dct transform may destroy the high frequent information

[scikit-image] build topograph network from skeleton

2017-05-17 Thread imagepy
Hi everyone:I saw the newest version, require the networkx module. I find some function to find shortest path from image. But I want to know if there is a method to build a network from a skeleton image(2D/3D with arcs and nodes). I wrote one, but in python. it runs very slowly...

[scikit-image] 回复:Re: my watershed

2017-09-21 Thread imagepy
add one:if scikit-image can implements a ridge filter. just like watershed mixed with the skeleton. make all region a same label, then do level loop, just stop when one pixel left. It's usful in geography and hydrology analysis. - 原始邮件 - 发件人:Juan Nunez-Iglesias

[scikit-image] 回复:Re: 转发:some question about_h_minma_(need_a_paremeter,_and_can_run_faster)

2017-09-10 Thread imagepy
minma_(need_a_paremeter,_and_can_run_faster) 日期:2017年09月10日 11点29分 Hi, YXDragon On Fri, Sep 8, 2017, at 21:25, imag...@sina.com wrote: So I wrote h_minma/maxma and watershed myself (as a sub package of my project imagepy). My watershed now only support 2D, But the h_minma now is OK, works on

[scikit-image] 回复:Re: Release date for 0.14

2017-09-01 Thread imagepy
Hi Juan:What do you mean "undoing the speed regression of watershed"? I found watershed run very slowly with large image, and I am writting one with numba. YXDragon - 原始邮件 - 发件人:Juan Nunez-Iglesias 收件人:scikit-image List Mailing ,

[scikit-image] 回复: Python 3 transition

2017-11-10 Thread imagepy
Just my own opinion. we can give up python2.x -- YXDragon - 原始邮件 - 发件人:Stefan van der Walt 收件人:scikit-image@python.org 主题:[scikit-image] Python 3 transition 日期:2017年11月11日 14点34分 Hi, everyone I'd like to make a 4th attempt to determine our transition pathway to