Disparity map example in Java
I am searching for any example in Java on Disparity map.
Actually, I got two stereo images and trying to get its disparity map so that i can find depth of the objects in the image.
Since I know Java only and not C++, I m looking for java example. If any one can point me to a sample code.
If this is not possible to achieve using Java, please let me know so that I can look for alternative solutions at least.
I could see 6 visits but no one choose to comment
looks like no one in the forum has answer to it. now thinking to get the disparity map using C++. and then some how will use it in my Java program.
Will raise another question in the forum to get stapes in doing same using C++