STEREO VISION APPLET

The applet presents the aspects of the epipolar geometry in stereo vision applications.
Choose some pairs of corresponding characteristic points on the images.
Given a few correspondences we can compute the matrix of correspondence
(fundamental matrix) for these images. Then by clicking on a point in one of the images we can
compute an epipolar line for the second image. The corresponding point can be then found on the epipolar line. In case of homography matrix
(planar scenes) we can compute point-to-point correspondences.
  1. Set default tokens from the Edit menu.
  2. Press the button Compute matrix.
  3. Check the box Check mode.
  4. Press and dragg mouse pointer in one of the images and observe the second image.
  5. Uncheck the box Check mode.
  6. Open Asterix from the File>Open Image menu.
  7. Set a few correspoonding paires of points in two images by clicking on them
    (first on the left, next on the right etc.).
  8. Repeat steps 2, 3, 4.
The Stereo Vision applet can be downloaded and run with command:
>java StereoWindow
An application window should appear on your screen.