Class CameraPoseEstimatorTest
java.lang.Object
com.irurueta.ar.calibration.estimators.CameraPoseEstimatorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final int
private static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- See Also:
-
MIN_FOCAL_LENGTH
private static final double MIN_FOCAL_LENGTH- See Also:
-
MAX_FOCAL_LENGTH
private static final double MAX_FOCAL_LENGTH- See Also:
-
MIN_SKEWNESS
private static final double MIN_SKEWNESS- See Also:
-
MAX_SKEWNESS
private static final double MAX_SKEWNESS- See Also:
-
MIN_ANGLE_DEGREES
private static final double MIN_ANGLE_DEGREES- See Also:
-
MAX_ANGLE_DEGREES
private static final double MAX_ANGLE_DEGREES- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
VERY_LARGE_ABSOLUTE_ERROR
private static final double VERY_LARGE_ABSOLUTE_ERROR- See Also:
-
STD_ERROR
private static final double STD_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
CameraPoseEstimatorTest
CameraPoseEstimatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testEstimate
@Test void testEstimate() throws com.irurueta.algebra.AlgebraException, com.irurueta.geometry.GeometryException- Throws:
com.irurueta.algebra.AlgebraException
com.irurueta.geometry.GeometryException
-
testEstimateQRWithError
@Test void testEstimateQRWithError() throws com.irurueta.algebra.AlgebraException, com.irurueta.geometry.GeometryException- Throws:
com.irurueta.algebra.AlgebraException
com.irurueta.geometry.GeometryException
-
testEstimateCirclesWithError
@Test void testEstimateCirclesWithError() throws com.irurueta.algebra.AlgebraException, com.irurueta.geometry.GeometryException, com.irurueta.numerical.robust.RobustEstimatorException- Throws:
com.irurueta.algebra.AlgebraException
com.irurueta.geometry.GeometryException
com.irurueta.numerical.robust.RobustEstimatorException
-