Package com.irurueta.ar.calibration
Class RadialDistortionTest
java.lang.Object
com.irurueta.ar.calibration.RadialDistortionTest
-
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 int
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
(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_POINT_VALUE
private static final double MIN_POINT_VALUE- See Also:
-
MAX_POINT_VALUE
private static final double MAX_POINT_VALUE- See Also:
-
MIN_PARAM_VALUE
private static final double MIN_PARAM_VALUE- See Also:
-
MAX_PARAM_VALUE
private static final double MAX_PARAM_VALUE- See Also:
-
ERROR
private static final double ERROR- See Also:
-
NUM_POINTS
private static final int NUM_POINTS- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
RadialDistortionTest
RadialDistortionTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() throws com.irurueta.geometry.NotSupportedException, DistortionException- Throws:
com.irurueta.geometry.NotSupportedException
DistortionException
-
testSetFromPointsAndCenter
@Test void testSetFromPointsAndCenter() throws com.irurueta.geometry.NotSupportedException, DistortionException- Throws:
com.irurueta.geometry.NotSupportedException
DistortionException
-
testGetSetCenter
@Test void testGetSetCenter() -
testGetSetHorizontalFocalLength
- Throws:
RadialDistortionException
-
testGetSetVerticalFocalLength
- Throws:
RadialDistortionException
-
testGetSetSkew
@Test void testGetSetSkew() -
testSetIntrinsic
- Throws:
RadialDistortionException
-
testGetSetK1
@Test void testGetSetK1() -
testGetSetK2
@Test void testGetSetK2() -
testGetSetKParams
@Test void testGetSetKParams() -
testDistortUndistortPoint
@Test void testDistortUndistortPoint() throws com.irurueta.geometry.NotSupportedException, DistortionException- Throws:
com.irurueta.geometry.NotSupportedException
DistortionException
-
testDistortUndistortPoints
@Test void testDistortUndistortPoints() throws com.irurueta.geometry.NotSupportedException, DistortionException- Throws:
com.irurueta.geometry.NotSupportedException
DistortionException
-
testDistortPoint
@Test void testDistortPoint() throws com.irurueta.geometry.NotSupportedException, DistortionException- Throws:
com.irurueta.geometry.NotSupportedException
DistortionException
-
testDistortPoints
@Test void testDistortPoints() throws com.irurueta.geometry.NotSupportedException, DistortionException- Throws:
com.irurueta.geometry.NotSupportedException
DistortionException
-
testSerializeDeserialize
@Test void testSerializeDeserialize() throws DistortionException, IOException, ClassNotFoundException
-