xp1632 / VPE_IP

0 stars 0 forks source link

[Q&A] for master thesis #77

Open xp1632 opened 2 months ago

xp1632 commented 2 months ago

I'll list the questions and answers that the audience might ask here

xp1632 commented 2 months ago

IPython Kernel, Python Kernel, and pyimagej environment:

image

Q1: You are saying, now we can run ImageJ with Python kernel, why there's pyimagej beside it?

xp1632 commented 2 months ago

How many ImageJ plugins do you support in Chaldene, all of them?


image

xp1632 commented 2 months ago

How do you deal with the different Image Datatype in Java and in Python?

image image https://github.com/imagej/pyimagej/blob/main/doc/04-Retrieving-Data-from-Java.ipynb

xp1632 commented 2 months ago

what's the relationship among PyimageJ, imglyb, scyjava, Jpype?

The relationship among PyImageJ, imglyb, scyjava, and JPype is that they work together to provide interoperability between Python and Java, particularly for image processing tasks. Here’s a brief overview of each and how they interact:

In summary, these libraries work together to allow Python code to interact with Java libraries, particularly for image processing tasks. This allows developers to leverage the powerful image processing capabilities of ImageJ and ImgLib2 directly from Python scripts.