Using ImageJ Jython in Standalone Python IDE

梦想的初衷 提交于 2019-12-11 23:03:57

问题


I'm wondering if it is possible to call ImageJ from a standalone Python IDE. I want to begin image processing in ImageJ without opening the ImageJ Jython interpreter. I'm not clear if this is possible given the differences between Python & Jython.


回答1:


If your goal is to develop Jython code in a Python IDE, then see chapter 11 of the Jython book: Using Jython in an IDE.

If your goal is to somehow integrate native Python with ImageJ (i.e., not using Jython): it is not a solved problem yet. But perhaps this SO question and this post on the ImageJ forum will give you some ideas on how to start?



来源:https://stackoverflow.com/questions/32385824/using-imagej-jython-in-standalone-python-ide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!