0

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.

John
  • 802
  • 2
  • 9
  • 19

1 Answers1

2

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?

Community
  • 1
  • 1
ctrueden
  • 6,751
  • 3
  • 37
  • 69