Package boofcv.alg.geo.f
package boofcv.alg.geo.f
-
ClassDescriptionComputes error using the epipolar constraint.Computes error using the epipolar constraint when given observations as pointing vectors.Given point correspondences x[1] and x[2] and a fundamental matrix F, compute the correspondences x'[1] and x'[2] which minimize the geometric error subject to x'[2] F' x'[1] = 0Finds the essential matrix given exactly 5 corresponding points.Computes the Sampson distance residual for a set of observations given an esesntial matrix.Extracts the epipoles from an essential or fundamental matrix.Base class for linear algebra based algorithms for computing the Fundamental/Essential matrices.Computes the essential or fundamental matrix using exactly 7 points with linear algebra.Given a set of 8 or more points this class computes the essential or fundamental matrix.Computes the Sampson distance residual for a set of observations given a fundamental matrix.Computes the residual just using the fundamental matrix constraintComputes projective camera matrices from a fundamental matrix.Helper class for
EssentialNister5
.Parameterizes F by specifying the first two columns and the third being a linear combination of the first two.