Introduction - If you have any usage issues, please Google them yourself
The algorithm is implemented in Matlab2008b environment based stereo vision camera matrix calculations. Including the main, sevenPoint, eightpoint and eightpoint_norm three functions.
main.m is the entry, including the generation and reading test data were calling sevenPoint, eightpoint and eightpoint_norm three fundamental matrix function evaluation, and finally draw the final result. sevenPoint.m 7 method is based on matrix. eightpoint.m 8-point method is based on matrix, eightpoint_norm.m the data after the 8-bit normalized fundamental matrix method.