How To Control ImageJ From Python 3.4.2
I am trying to use Python 3.4.2 to control ImageJ what I want to do is from python code , I want to sent orders to imageJ to analayse some images, detecting edges, contrast, noise
Solution 1:
Integration of Python with ImageJ was recently discussed on the new ImageJ forum; see the Python scripting thread.
While it focuses on calling native-code-wrapped Python modules such as NumPy from ImageJ, the reverse direction (calling ImageJ from Python) is also addressed by some of the solutions, particularly CellProfiler's RunImageJ module. As discussed there, a dedicated programmer could start there and champion a more general solution for the benefit of the community.
In general, this issue is discussed on the ImageJ wiki on the Python page, particularly the section on limitations.
Post a Comment for "How To Control ImageJ From Python 3.4.2"