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

Robert McLeod robbmcleod at gmail.com
Sat Jul 1 16:06:42 EDT 2017


Just my two thoughts, I suspect this project would have more success if you
used OpenCV as the basis.  OpenCV already has many of the features you will
need to implement, such as Regions of Interest, in the core engine.  It
also already has Qt bindings.



On Fri, Jun 30, 2017 at 6:13 PM, <imagepy at sina.com> wrote:

> Hi Stefan and Dongyao:
>     I think the most difference between camera image, semiconductor
> industry and biology is the image format, and some specific algrism, As a
> plugin system, we just need to build general environment, supporting
> Numpy(uint8, int16, float32, float64), and some common mark(lookup table,
> scale ruler). about the difference, Developer in different fields can wrote
> their own reader plugins(such as pydicom).
>     bwt:I do not appreciate integrate ui and plugins in scikit-image,
> scikit-image should be pure a processing library.
>
>     About the ui, wxPhoenix has support Py2, Py3, on Win, Mac ,Linux. You
> can find Linux whl here
> <https://wxpython.org/Phoenix/snapshot-builds/linux/> 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 is the best choice. But I have no energy to
> do it myself, I am not good at web, js, I just see the image show and
> parameter adjust in Jupyter's demo (but the most difficult is to edit the
> roi line, curve, circle, and polygon, edit the node, sometimes with holes).
> I would be very happy If I can get contact with their developer!
>
> Best
> YXDragon
>
> ----- 原始邮件 -----
> 发件人:Dongyao Li <lidongyao.br at gmail.com>
> 收件人:"Mailing list for scikit-image (http://scikit-image.org)" <
> scikit-image at python.org>
> 主题:Re: [scikit-image] building scikit-image plugin and tool set.
> 日期:2017年07月01日 03点40分
>
> Hi YXDragon and Stefan:
>
> I am a process engineer in semiconductor industry. I wrote a SEM/STEM/TEM
> analysis software with UI based on scikit-image, pyqt, and others, using
> the concept of plugins. I agree with Stefan's point that there is a market
> for this. However my experience is that the images from scientific
> instruments like SEM/STEM/TEM/MRI are quite different with images from
> cameras. And people in semiconductor industry and people working on biology
> have very different needs. I feel like the focus right now is mostly on the
> biology community.
>
> I am very happy to hear that we can possibly build a web-based UI for
> image analysis now. It will integrate the image analysis and further data
> analysis greatly, which is the our future direction. It would be great if
> scikit-image could include some demo of it in the future, just like the
> "viewer" package skimage has right now.
>
> Best,
> Dongyao
>
>
> On Fri, Jun 30, 2017 at 10:48 AM, Stefan van der Walt <
> stefanv at berkeley.edu> wrote:
>
> Hi, YXDragon
>
> On Fri, Jun 30, 2017, at 01:46, imagepy at sina.com wrote:
>
>      Now I think It is time to build a project named skimg-plgs
> <https://github.com/Image-Py/skimg-plgs>. And I had wrote some
> presentative demo <https://github.com/Image-Py/skimg-plgs> with friendly
> interact. these demo are all from the gallery, (interactive snake contours,
> interactive watershed...) I want to build a full plugin system and tool set
> covering scikit-image's every module. Then we can build a large user
> community like ImageJ, not only programers but also the doctors and
> biologists.
>
>
> Given the immense success of projects such as ImageJ, and based on
> feedback I've received from practitioners in microscopy, there is certainly
> a market for a GUI built on top of scikit-image.
>
> I don't personally have the time to contribute to such an effort at the
> moment (my focus is probably best spent keeping skimage on track!), but I
> am appreciative of the work you are doing, and encourage you to continue.
>
> I may have mentioned this to you before, but I am not sure about the
> long-term viability of WXPython.  I heard that they have a Phoenix rewrite
> underway, but looking at the latest PyPI release (
> https://pypi.python.org/pypi/wxPython/4.0.0a1) they also only support
> Windows and MacOS.
>
> With a Jupyter Lab release imminent, I would strongly consider using the
> web as UI, and building components that integrate with that project.  I can
> put you in contact with their developers, if you like.
>
> Best regards
> Stéfan
>
>
> _______________________________________________
> scikit-image mailing list
> scikit-image at python.org
> https://mail.python.org/mailman/listinfo/scikit-image
>
>
> _______________________________________________
> scikit-image mailing list
> scikit-image at python.org
> https://mail.python.org/mailman/listinfo/scikit-image
>
> _______________________________________________
> scikit-image mailing list
> scikit-image at python.org
> https://mail.python.org/mailman/listinfo/scikit-image
>
>


-- 
Robert McLeod, Ph.D.
robert.mcleod at unibas.ch
robert.mcleod at bsse.ethz.ch <robert.mcleod at ethz.ch>
robbmcleod at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20170701/da98f1a0/attachment-0001.html>


More information about the scikit-image mailing list