Package com.irurueta.geometry.estimators
Class EuclideanTransformation2DEstimatorTest
java.lang.Object
com.irurueta.geometry.estimators.EuclideanTransformation2DEstimatorTest
- All Implemented Interfaces:
EuclideanTransformation2DEstimatorListener
class EuclideanTransformation2DEstimatorTest
extends Object
implements EuclideanTransformation2DEstimatorListener
-
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(EuclideanTransformation2DEstimator estimator) voidonEstimateEnd(EuclideanTransformation2DEstimator 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
-
EuclideanTransformation2DEstimatorTest
EuclideanTransformation2DEstimatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetPoints
- Throws:
LockedException
-
testGetSetListener
- Throws:
LockedException
-
testIsSetWeakMinimumPointsAllowed
- Throws:
LockedException
-
testEstimateNoLMSE
@Test void testEstimateNoLMSE() throws NotReadyException, LockedException, CoincidentPointsException -
testEstimateLMSE
-
testEstimateColinear
@Test void testEstimateColinear() throws NotReadyException, LockedException, CoincidentPointsException -
onEstimateStart
- Specified by:
onEstimateStartin interfaceEuclideanTransformation2DEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfaceEuclideanTransformation2DEstimatorListener
-
reset
private void reset() -
checkLocked
-