Stereo data based 3D part recognition

One approach to obtaining a 3D of a scene is to use 2 cameras in a binocular system, somewhat similar to that used by the human visual system. These lectures look at the geometry and features used for stereo matching. We look at both edge features, which introduces the Canny edge detector, and point features, which introduces the SIFT features. We use the RANSAC algorithm to find straight 2D lines, match them using a set of stereo correspondence constraints, and then use epipolar geometry to compute the 3D position of the lines. Another set of least-square algorithms estimate the pose. Finally, we introduce one of the early approaches to computing a dense depth map by stereo matching of intensity values.


******