Ask Your Question

Amar's profile - activity

2014-04-07 05:41:20 -0600 asked a question Disparity Map Using C++

Earlier I tried to get the disparity map from two stereo images using Java. had posted a question in the same forum. But since there is no answers to it for about two weeks, now I have decided to get the same using C++.

I have following setup on my machine.

1) minGW

2) Eclipse CDT

3) opencv 2.4.8

and now trying to get disparity map using C++.

I understand that basically I have to perform

1) Camera calibration using chess board

2) get disparity map using say block matching

Can any one please point me towards any link where these are explained step by step.

2014-04-07 05:21:56 -0600 commented question Disparity map example in Java

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++

2014-03-21 01:34:02 -0600 commented question Disparity map example in Java

I could see 6 visits but no one choose to comment

2014-03-20 06:52:50 -0600 received badge  Editor (source)
2014-03-20 06:51:01 -0600 asked a question 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.