Package com.irurueta.ar.calibration
Class RadialDistortionTest
java.lang.Object
com.irurueta.ar.calibration.RadialDistortionTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final intprivate 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.NotSupportedExceptionDistortionException
-
testSetFromPointsAndCenter
@Test void testSetFromPointsAndCenter() throws com.irurueta.geometry.NotSupportedException, DistortionException- Throws:
com.irurueta.geometry.NotSupportedExceptionDistortionException
-
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.NotSupportedExceptionDistortionException
-
testDistortUndistortPoints
@Test void testDistortUndistortPoints() throws com.irurueta.geometry.NotSupportedException, DistortionException- Throws:
com.irurueta.geometry.NotSupportedExceptionDistortionException
-
testDistortPoint
@Test void testDistortPoint() throws com.irurueta.geometry.NotSupportedException, DistortionException- Throws:
com.irurueta.geometry.NotSupportedExceptionDistortionException
-
testDistortPoints
@Test void testDistortPoints() throws com.irurueta.geometry.NotSupportedException, DistortionException- Throws:
com.irurueta.geometry.NotSupportedExceptionDistortionException
-
testSerializeDeserialize
@Test void testSerializeDeserialize() throws DistortionException, IOException, ClassNotFoundException
-