Uses of Class
boofcv.alg.geo.NormalizationPoint2D
Package
Description
-
Uses of NormalizationPoint2D in boofcv.abst.geo.bundle
-
Uses of NormalizationPoint2D in boofcv.alg.geo
Modifier and TypeMethodDescriptionstatic void
LowLevelMultiViewOps.applyNormalization
(List<AssociatedPair> points, NormalizationPoint2D N1, NormalizationPoint2D N2, DMatrix1Row X1, DMatrixRMaj X2) static void
LowLevelMultiViewOps.computeNormalization
(List<AssociatedPair> points, NormalizationPoint2D N1, NormalizationPoint2D N2) Computes two normalization matrices for each set of point correspondences in the list ofAssociatedPair
.static void
LowLevelMultiViewOps.computeNormalization
(List<AssociatedTriple> points, NormalizationPoint2D N1, NormalizationPoint2D N2, NormalizationPoint2D N3) Computes three normalization matrices for each set of point correspondences in the list ofAssociatedTriple
.static void
LowLevelMultiViewOps.computeNormalization
(List<Point2D_F64> points, NormalizationPoint2D normalize) Computes a transform which will normalize the points such that they have zero mean and a standard deviation of onestatic <In> void
LowLevelMultiViewOps.computeNormalizationLL
(List<List<In>> points, BoofLambdas.ConvertOut<In, Point2D_F64> convert, NormalizationPoint2D normalize) Computes normalization when points are contained in a list of listsboolean
NormalizationPoint2D.isEquals
(NormalizationPoint2D a, double tol) -
Uses of NormalizationPoint2D in boofcv.alg.geo.f
Modifier and TypeFieldDescriptionprotected NormalizationPoint2D
FundamentalLinear.N1
protected NormalizationPoint2D
FundamentalLinear.N2
-
Uses of NormalizationPoint2D in boofcv.alg.geo.h
Modifier and TypeFieldDescriptionprotected NormalizationPoint2D
HomographyDirectLinearTransform.N1
protected NormalizationPoint2D
HomographyTotalLeastSquares.N1
protected NormalizationPoint2D
HomographyDirectLinearTransform.N2
protected NormalizationPoint2D
HomographyTotalLeastSquares.N2
Modifier and TypeMethodDescriptionstatic void
HomographyDirectLinearTransform.undoNormalizationH
(DMatrixRMaj M, NormalizationPoint2D N1, NormalizationPoint2D N2) Undoes normalization for a homography matrix. -
Uses of NormalizationPoint2D in boofcv.alg.geo.pose
-
Uses of NormalizationPoint2D in boofcv.alg.geo.trifocal
Modifier and TypeFieldDescriptionprotected NormalizationPoint2D
TrifocalLinearPoint7.N1
protected NormalizationPoint2D
TrifocalLinearPoint7.N2
protected NormalizationPoint2D
TrifocalLinearPoint7.N3