Package com.irurueta.ar.sfm
Class EstimatedFundamentalMatrixTest
java.lang.Object
com.irurueta.ar.sfm.EstimatedFundamentalMatrixTest
-
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
-
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
-
Field Details
-
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_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_CAMERA_SEPARATION
private static final double MIN_CAMERA_SEPARATION- See Also:
-
MAX_CAMERA_SEPARATION
private static final double MAX_CAMERA_SEPARATION- 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:
-
-
Constructor Details
-
EstimatedFundamentalMatrixTest
EstimatedFundamentalMatrixTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetId
@Test void testGetSetId() -
testGetSetFundamentalMatrix
@Test void testGetSetFundamentalMatrix() -
testGetSetQualityScore
@Test void testGetSetQualityScore() -
testGetSetCovariance
@Test void testGetSetCovariance() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testGetSetViewId1
@Test void testGetSetViewId1() -
testGetSetViewId2
@Test void testGetSetViewId2() -
testGetSetInliers
@Test void testGetSetInliers() -
testGetSetLeftSamples
@Test void testGetSetLeftSamples() -
testGetSetRightSamples
@Test void testGetSetRightSamples() -
testSerializeDeserialize
@Test void testSerializeDeserialize() throws InvalidPairOfCamerasException, com.irurueta.algebra.WrongSizeException, IOException, ClassNotFoundException, com.irurueta.geometry.NotAvailableException- Throws:
InvalidPairOfCamerasException
com.irurueta.algebra.WrongSizeException
IOException
ClassNotFoundException
com.irurueta.geometry.NotAvailableException
-