boofcv.alg.geo.h
Class AdjustHomographyMatrix
- java.lang.Object
-
- boofcv.alg.geo.h.AdjustHomographyMatrix
-
public class AdjustHomographyMatrix extends java.lang.ObjectThe scale and sign of a homography matrix is ambiguous. This contains functions which pick a reasonable scale and the correct sign. The second smallest singular value is set to one and the sign is chosen such that the basic properties work.
-
-
Constructor Summary
Constructors Constructor and Description AdjustHomographyMatrix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanadjust(org.ejml.data.DenseMatrix64F H, AssociatedPair p)booleanadjust(org.ejml.data.DenseMatrix64F H, PairLineNorm p)
-
-
-
Method Detail
-
adjust
public boolean adjust(org.ejml.data.DenseMatrix64F H, AssociatedPair p)
-
adjust
public boolean adjust(org.ejml.data.DenseMatrix64F H, PairLineNorm p)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG