is there any documentation for javaoctave.
i searched, may be my search is inefficient.
Java UI
selects an image and stores the canonicalPath as string input_filename
button click prompts to load octave and intiates the octave processing
octave writes the output into another image
octave return the output_filename as string
java displays the output_filename.
this is the requirement.
how do i acheive this using javaoctave.