1 | initial version |
In response to your questions:
Since it seems you are very unfamiliar with stereo vision processing, I recommend read the chapter on stereo vision in Szeliski. You also should more clear on your requirements, are you primarily interested in doing object detection, or 3d reconstruction using stereo cameras? Both of these are active research topics, and they are only partially related to each other, i.e. you can do object detection without using stereo reconstruction.
2 | No.2 Revision |
In response to your questions:
Since it seems you are very unfamiliar with stereo vision processing, I recommend read the chapter on stereo vision in Szeliski. You also should more clear on your requirements, are you primarily interested in doing object detection, or 3d reconstruction using stereo cameras? Both of these are active research topics, and they are only partially related to each other, i.e. you can do object detection without using stereo reconstruction.
EDIT: I forgot to mention one important aspect when implementing stereo vision. Most (all that I am aware of) stereo reconstruction algorithms make the assumption that both of the images were taken at exactly the same time, that the scene did not change. If your scene is not static (people or objects are moving in it), this requires that you use synchronized cameras (like the Bumblebee). USB Webcams are rarely able to be reliably sychronized for a variety reasons.