Installing opencv2.x with python2.x bindings
This is a simple module that reads frames from a video
This module takes a series of images of an asymmetric chessboard as input and returns the camera intrinsics
This module takes a pair of images as input and returns the Fundamental Matrix. This is an algebraic representation of the epipolar geometry that is assumed to be true between the two images.
This module takes a pair of images of a planar surface and returns the Homography. Since opencv hasn't exposed decomposeHomographyMat to the python bindings yet, I wrote my own implementation following the paper Malis, E. and Vargas, M. Deeper understanding of the homography decomposition for vision-based control, Research Report 6303, INRIA (2007)