I've written certain code in Matlab which upon execution produces list of similar results. I've done testing with lots of images on matlab.
However, to integrate it with Java, I've used javabuilder.
the only problem is that after building, the jar file upon calling the function returns simple list of images rather than relevant images.
Can anyone explain me why this is happening?
Are there any bugs with java builder?
I've rebuilt the jar file several times but results r still not the same.