Hi all,
I am processing images using Octave.
From a user interface written using Java, I need to connect to Octave.
Java interface will pass one image to Octave.
Octave will do the processing and return resultant image.
Java interface will show the resultant image.
How do i do this.
Octave version is 3.6.2 and Oracle-jdk-7 is installed.
java-1.2.9.tar.gz is also installed.
Thanks in advance
Jaya