boofcv.alg.geo
Class GeoTestingOps
- java.lang.Object
-
- boofcv.alg.geo.GeoTestingOps
-
public class GeoTestingOps extends java.lang.ObjectOperations useful for unit tests
-
-
Constructor Summary
Constructors Constructor and Description GeoTestingOps()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.util.List<Point3D_F64>createList3_F64(int N)static java.util.List<Point3D_F64>randomPoints_F64(double minX, double maxX, double minY, double maxY, double minZ, double maxZ, int num, java.util.Random rand)static java.util.List<Point2D_F64>randomPoints_F64(double minX, double maxX, double minY, double maxY, int num, java.util.Random rand)static doubleresidualError(double[] residuals)
-
-
-
Method Detail
-
createList3_F64
public static java.util.List<Point3D_F64> createList3_F64(int N)
-
randomPoints_F64
public static java.util.List<Point3D_F64> randomPoints_F64(double minX, double maxX, double minY, double maxY, double minZ, double maxZ, int num, java.util.Random rand)
-
randomPoints_F64
public static java.util.List<Point2D_F64> randomPoints_F64(double minX, double maxX, double minY, double maxY, int num, java.util.Random rand)
-
residualError
public static double residualError(double[] residuals)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG