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 voidLowLevelMultiViewOps.applyNormalization(List<AssociatedPair> points, NormalizationPoint2D N1, NormalizationPoint2D N2, DMatrix1Row X1, DMatrixRMaj X2) static voidLowLevelMultiViewOps.computeNormalization(List<AssociatedPair> points, NormalizationPoint2D N1, NormalizationPoint2D N2) Computes two normalization matrices for each set of point correspondences in the list ofAssociatedPair.static voidLowLevelMultiViewOps.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 voidLowLevelMultiViewOps.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> voidLowLevelMultiViewOps.computeNormalizationLL(List<List<In>> points, BoofLambdas.ConvertOut<In, Point2D_F64> convert, NormalizationPoint2D normalize) Computes normalization when points are contained in a list of listsbooleanNormalizationPoint2D.isEquals(NormalizationPoint2D a, double tol) -
Uses of NormalizationPoint2D in boofcv.alg.geo.f
Fields in boofcv.alg.geo.f declared as NormalizationPoint2DModifier and TypeFieldDescriptionprotected NormalizationPoint2DFundamentalLinear.N1protected NormalizationPoint2DFundamentalLinear.N2 -
Uses of NormalizationPoint2D in boofcv.alg.geo.h
Fields in boofcv.alg.geo.h declared as NormalizationPoint2DModifier and TypeFieldDescriptionprotected NormalizationPoint2DHomographyDirectLinearTransform.N1protected NormalizationPoint2DHomographyTotalLeastSquares.N1protected NormalizationPoint2DHomographyDirectLinearTransform.N2protected NormalizationPoint2DHomographyTotalLeastSquares.N2Methods in boofcv.alg.geo.h with parameters of type NormalizationPoint2DModifier and TypeMethodDescriptionstatic voidHomographyDirectLinearTransform.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 NormalizationPoint2DTrifocalLinearPoint7.N1protected NormalizationPoint2DTrifocalLinearPoint7.N2protected NormalizationPoint2DTrifocalLinearPoint7.N3