Code covered by the BSD License
-
compare_results(X1,X2,try_noi...
compare_results(X1,X2,try_noises,EXPERIMENT_NUM,F_names)
-
det_F_algebraic(x1,x2,L_COST,...
function F = det_F_algebraic(x1,x2,L_COST,NORMALIZE)
-
det_F_gold(x1,x2,L_COST,SAMPS...
function F = det_F_gold(x1,x2,L_COST,SAMPSON_APPROXIMATION,NORMALIZE)
-
det_F_normalized_8point(x1,x2)
function F = det_F_normalized_8point(x1,x2)
-
get_epipole(F)
-
get_normalization_matrix(x)
function [norm_mat] = get_normalization_matrices(x)
-
get_x_cross(x)
-
make_synthetic_data(N,range_m...
function [x1,x2,P1,P2] = make_synthetic_data(N,range_model,range_image,verbose)
-
triangulate(x1,x2,P2,homogene...
function Xhat = triangulate(x1,x2,P2,homogeneous)
-
View all files
Fundamental Matrix Computation
by Omid Aghazadeh
09 May 2010
This package, implements the 3 standard algorithms for the computation of the fundamental matrix.
|
Watch this File
|
| File Information |
| Description |
The implemented algorithms are:
1- The normalized 8 point algorithm
2- The algebraic error minimization(iterative)
3- The geometric error minimization(iterative)
and are the algorithms 11.1 to 11.3 of R. Hartley and A. Zisserman "Multiple View Geometry in Computer Vision".
The geometric error minimization includes the gold standard algorithm(MLE) as well as the Sampson approximation to the geometric error.
Usage of the code should be straightforward. The inputs and outputs to the functions, their dimensions and descriptions are available in the headers of each file. try help det_F_normalized_8point for example.
In order to be able to compare the performance of the algorithms, the same criterion as the book: the residual is used(see compare_results.m).
Also, different noise models are utilized to test the robustness of the algorithms: Gaussian additive noise, uniform noise and spurious noise(which can be seen as outliers).
To get the best results, it is possible to initialize the gold standard algorithm with the estimation of F computed from the algebraic minimization algorithm. |
| Required Products |
Optimization Toolbox
|
| MATLAB release |
MATLAB 7.9 (2009b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com