Class GenerateHomographyLinear

java.lang.Object
boofcv.alg.geo.robust.GenerateHomographyLinear
All Implemented Interfaces:
ModelFitter<Homography2D_F64,AssociatedPair>, ModelGenerator<Homography2D_F64,AssociatedPair>

public class GenerateHomographyLinear extends Object implements ModelGenerator<Homography2D_F64,AssociatedPair>, ModelFitter<Homography2D_F64,AssociatedPair>
Fits a homography to the observed points using linear algebra. This provides an approximate solution.