Robot Navigation by Stereoscopic Camera
Loading...
1,813
Loading...
Uploader Comments (yaaaratheone)
see all
All Comments (13)
-
Hiw did you synchronize the camera's?
-
it's really great. I am doing a project like this, but they are only the beginning, I've only read the depth map from two cameras ...
to be like you, I need to make more material any more, if you can share your documents or code? I know you write in linux OS, can I do the same on Windows or not? I am very grateful for your help
-
Nice work!!! How do you distinguish between different objects when you have the depth map? Is there a source code available for this?
-
Hi, I would like to know the combination of parameters of the function of cvFindStereocorrespondenceBM.
-
Are you using the BM algorithm of openCV to compute disparity?
Loading...
Hi yaaaratheone,
Can you let me know which function to extract the nearest Object.?
Thanks so much!
VanDucTech 9 months ago
@VanDucTech there is not a special function for the nearest object extraction. I had to write it by my own. There were many steps from computing disparity map, using histograms to find similar distances, removing noise, etc...
yaaaratheone 8 months ago