Package com.irurueta.ar.epipolar
Class GoldStandardSingleCorrectorTest
java.lang.Object
com.irurueta.ar.epipolar.GoldStandardSingleCorrectorTest
-
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 double
private static final double
private static final double
private static final double
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
MIN_PROJECTED_ERROR
private static final double MIN_PROJECTED_ERROR- See Also:
-
MAX_PROJECTED_ERROR
private static final double MAX_PROJECTED_ERROR- See Also:
-
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_PRINCIPAL_POINT
private static final double MIN_PRINCIPAL_POINT- See Also:
-
MAX_PRINCIPAL_POINT
private static final double MAX_PRINCIPAL_POINT- 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:
-
MIN_CAMERA_SEPARATION
private static final double MIN_CAMERA_SEPARATION- See Also:
-
MAX_CAMERA_SEPARATION
private static final double MAX_CAMERA_SEPARATION- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
GoldStandardSingleCorrectorTest
GoldStandardSingleCorrectorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException, InvalidFundamentalMatrixException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.algebra.NotReadyException
com.irurueta.algebra.LockedException
com.irurueta.algebra.DecomposerException
com.irurueta.algebra.NotAvailableException
InvalidFundamentalMatrixException
-
testGetSetPointsAndFundamentalMatrix
@Test void testGetSetPointsAndFundamentalMatrix() -
testGetSetFundamentalMatrix
@Test void testGetSetFundamentalMatrix() -
testGetSetPoints
@Test void testGetSetPoints() -
testCorrect
@Test void testCorrect() throws InvalidPairOfCamerasException, com.irurueta.geometry.estimators.NotReadyException- Throws:
InvalidPairOfCamerasException
com.irurueta.geometry.estimators.NotReadyException
-