Package com.irurueta.ar.calibration
Class CameraCalibratorSampleTest
java.lang.Object
com.irurueta.ar.calibration.CameraCalibratorSampleTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final int
private static final double
private static final double
private static final double
private static final int
private static final double
private static final double
private static final double
private static final int
private static final double
private static final int
private static final double
private static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(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_NUM_MARKERS
private static final int MIN_NUM_MARKERS- See Also:
-
MAX_NUM_MARKERS
private static final int MAX_NUM_MARKERS- 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:
-
ULTRA_LARGE_ABSOLUTE_ERROR
private static final double ULTRA_LARGE_ABSOLUTE_ERROR- 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_ANGLE_DEGREES
private static final double MIN_ANGLE_DEGREES- See Also:
-
MAX_ANGLE_DEGREES
private static final double MAX_ANGLE_DEGREES- See Also:
-
INHOM_3D_COORDS
private static final int INHOM_3D_COORDS- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
CameraCalibratorSampleTest
CameraCalibratorSampleTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetPattern
@Test void testGetSetPattern() -
testGetSetSampledMarkers
@Test void testGetSetSampledMarkers() -
testGetSetSampledMarkersQualityScores
@Test void testGetSetSampledMarkersQualityScores() -
testComputeSampledMarkersQualityScores
@Test void testComputeSampledMarkersQualityScores() -
testGetSetUndistortedMarkers
@Test void testGetSetUndistortedMarkers() -
testGetSetHomography
@Test void testGetSetHomography() -
testGetSetRotation
@Test void testGetSetRotation() -
testGetSetCameraCenter
@Test void testGetSetCameraCenter() -
testGetSetCamera
@Test void testGetSetCamera() -
testEstimateHomographyCirclesPattern
@Test void testEstimateHomographyCirclesPattern() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException, com.irurueta.geometry.CoincidentPointsException- Throws:
com.irurueta.geometry.estimators.LockedException
com.irurueta.geometry.estimators.NotReadyException
com.irurueta.numerical.robust.RobustEstimatorException
com.irurueta.geometry.CoincidentPointsException
-
testEstimateHomographyQRPattern
@Test void testEstimateHomographyQRPattern() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException- Throws:
com.irurueta.geometry.estimators.LockedException
com.irurueta.geometry.estimators.NotReadyException
com.irurueta.numerical.robust.RobustEstimatorException
-
testComputeCameraPose
@Test void testComputeCameraPose() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException, com.irurueta.geometry.CoincidentPointsException, CalibrationException, com.irurueta.geometry.NotAvailableException, com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.geometry.estimators.LockedException
com.irurueta.geometry.estimators.NotReadyException
com.irurueta.numerical.robust.RobustEstimatorException
com.irurueta.geometry.CoincidentPointsException
CalibrationException
com.irurueta.geometry.NotAvailableException
com.irurueta.algebra.WrongSizeException
-