Hi,
I have a Java program that currently performs image recognition algorithms. I want to integrate this java program into omero so that we can use the image repository and the nice userinterface of omero.insight. The java program should work close to the server because of bandwidth issues.
My idea was to create a script (Python) that will run on the server and from the script call my java program. I have looked for a Python wrapper for Java but have not found anything. I'm beginning to think that there is something wrong with my approach.
Thanks for your help