Package com.irurueta.geometry
Class PinholeCameraIntrinsicParametersTest
java.lang.Object
com.irurueta.geometry.PinholeCameraIntrinsicParametersTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final intprivate static final intprivate static final doubleprivate static final doubleprivate static final intprivate static final intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final intprivate static final intprivate static final doubleprivate static final doubleprivate 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
-
INTRINSIC_ROWS
private static final int INTRINSIC_ROWS- See Also:
-
INTRINSIC_COLS
private static final int INTRINSIC_COLS- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_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_ASPECT_RATIO
private static final double MIN_ASPECT_RATIO- See Also:
-
MAX_ASPECT_RATIO
private static final double MAX_ASPECT_RATIO- See Also:
-
MIN_IMAGE_WIDTH
private static final int MIN_IMAGE_WIDTH- See Also:
-
MAX_IMAGE_WIDTH
private static final int MAX_IMAGE_WIDTH- See Also:
-
MIN_IMAGE_HEIGHT
private static final int MIN_IMAGE_HEIGHT- See Also:
-
MAX_IMAGE_HEIGHT
private static final int MAX_IMAGE_HEIGHT- See Also:
-
-
Constructor Details
-
PinholeCameraIntrinsicParametersTest
PinholeCameraIntrinsicParametersTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, InvalidPinholeCameraIntrinsicParametersException- Throws:
com.irurueta.algebra.WrongSizeExceptionInvalidPinholeCameraIntrinsicParametersException
-
testGetSetInternalMatrix
@Test void testGetSetInternalMatrix() throws com.irurueta.algebra.WrongSizeException, InvalidPinholeCameraIntrinsicParametersException- Throws:
com.irurueta.algebra.WrongSizeExceptionInvalidPinholeCameraIntrinsicParametersException
-
testGetInverseInternalMatrix
@Test void testGetInverseInternalMatrix() throws com.irurueta.algebra.AlgebraException- Throws:
com.irurueta.algebra.AlgebraException
-
testGetSetParameters
@Test void testGetSetParameters() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testCreateCanonicalIntrinsicParameters
@Test void testCreateCanonicalIntrinsicParameters() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testCreateTypicalIntrinsicParameters
@Test void testCreateTypicalIntrinsicParameters() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testClone
@Test void testClone() -
testIsValidMatrix
@Test void testIsValidMatrix() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testCreate
@Test void testCreate() -
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-