Package com.irurueta.geometry.estimators
Class Point3DNormalizerTest
java.lang.Object
com.irurueta.geometry.estimators.Point3DNormalizerTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final intprivate static final doubleprivate static final intprivate static final doubleprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
MIN_POINTS
private static final int MIN_POINTS- See Also:
-
MAX_POINTS
private static final int MAX_POINTS- See Also:
-
MIN_VALUE
private static final double MIN_VALUE- See Also:
-
MAX_VALUE
private static final double MAX_VALUE- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
Point3DNormalizerTest
Point3DNormalizerTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testGetSetPoints
- Throws:
LockedException
-
testCompute
@Test void testCompute() throws NotReadyException, LockedException, com.irurueta.algebra.WrongSizeException, NormalizerException- Throws:
NotReadyExceptionLockedExceptioncom.irurueta.algebra.WrongSizeExceptionNormalizerException
-