uscauv-legacy / old-uscauv-ros-pkg

ROS software used on robots made by the USC AUV Team.
4 stars 6 forks source link

Stereovision Node #10

Open fnannizzi opened 11 years ago

fnannizzi commented 11 years ago

To research:

Design features:

Expected challenges:

uscauv commented 11 years ago

Hey so what are you having trouble with as far as understanding disparity maps?

uscauv commented 11 years ago

Ugh I always forget that I'm signed in as uscauv and not canondetortugas

uscauv commented 11 years ago

Also, as far as naming of that milestone, is the goal to have the optical flow stuff done too or just to get this vision stuff pinned down well enough to know exactly what we need on the hardware side?

canondetortugas commented 11 years ago

I think this explains the disparity map generation part pretty well but the MRF part might go over your head a bit since you haven't done too much probability stuff: http://www.eecis.udel.edu/~grauerg/globalStereoPresCompVisionClass.pdf

canondetortugas commented 11 years ago

Also, thanks to openCV you don't actually need to understand how to generate one: http://glowingpython.blogspot.com/2011/11/computing-disparity-map-in-opencv.html

Making one yourself would be kinda cool though.