Package com.irurueta.geometry.estimators
Class EuclideanTransformation3DEstimatorTest
java.lang.Object
com.irurueta.geometry.estimators.EuclideanTransformation3DEstimatorTest
- All Implemented Interfaces:
EuclideanTransformation3DEstimatorListener
class EuclideanTransformation3DEstimatorTest
extends Object
implements EuclideanTransformation3DEstimatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate intprivate intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcheckLocked(EuclideanTransformation3DEstimator estimator) voidonEstimateEnd(EuclideanTransformation3DEstimator estimator) voidprivate voidreset()(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_TRANSLATION
private static final double MIN_TRANSLATION- See Also:
-
MAX_TRANSLATION
private static final double MAX_TRANSLATION- 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:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
estimateStart
private int estimateStart -
estimateEnd
private int estimateEnd
-
-
Constructor Details
-
EuclideanTransformation3DEstimatorTest
EuclideanTransformation3DEstimatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetPoints
- Throws:
LockedException
-
testGetSetListener
- Throws:
LockedException
-
testIsSetWeakMinimumPointsAllowed
- Throws:
LockedException
-
testEstimateNoLMSE
@Test void testEstimateNoLMSE() throws NotReadyException, LockedException, CoincidentPointsException -
testEstimateLMSE
-
testEstimatePlanar
@Test void testEstimatePlanar() throws NotReadyException, LockedException, CoincidentPointsException -
onEstimateStart
- Specified by:
onEstimateStartin interfaceEuclideanTransformation3DEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfaceEuclideanTransformation3DEstimatorListener
-
reset
private void reset() -
checkLocked
-