Uses of Class
boofcv.alg.geo.NormalizationPoint2D
Packages that use NormalizationPoint2D
Package
Description
-
Uses of NormalizationPoint2D in boofcv.abst.geo.bundle
Fields in boofcv.abst.geo.bundle with type parameters of type NormalizationPoint2D -
Uses of NormalizationPoint2D in boofcv.alg.geo
Methods in boofcv.alg.geo with parameters of type NormalizationPoint2DModifier 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
Fields in boofcv.alg.geo.f declared as NormalizationPoint2DModifier and TypeFieldDescriptionprotected NormalizationPoint2D
FundamentalLinear.N1
protected NormalizationPoint2D
FundamentalLinear.N2
-
Uses of NormalizationPoint2D in boofcv.alg.geo.h
Fields in boofcv.alg.geo.h declared as NormalizationPoint2DModifier and TypeFieldDescriptionprotected NormalizationPoint2D
HomographyDirectLinearTransform.N1
protected NormalizationPoint2D
HomographyTotalLeastSquares.N1
protected NormalizationPoint2D
HomographyDirectLinearTransform.N2
protected NormalizationPoint2D
HomographyTotalLeastSquares.N2
Methods in boofcv.alg.geo.h with parameters of type NormalizationPoint2DModifier 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
Fields in boofcv.alg.geo.pose declared as NormalizationPoint2D -
Uses of NormalizationPoint2D in boofcv.alg.geo.trifocal
Fields in boofcv.alg.geo.trifocal declared as NormalizationPoint2DModifier and TypeFieldDescriptionprotected NormalizationPoint2D
TrifocalLinearPoint7.N1
protected NormalizationPoint2D
TrifocalLinearPoint7.N2
protected NormalizationPoint2D
TrifocalLinearPoint7.N3