Package com.irurueta.geometry.estimators
Class PROMedSDualQuadricRobustEstimatorTest
java.lang.Object
com.irurueta.geometry.estimators.PROMedSDualQuadricRobustEstimatorTest
- All Implemented Interfaces:
DualQuadricRobustEstimatorListener
class PROMedSDualQuadricRobustEstimatorTest
extends Object
implements DualQuadricRobustEstimatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate intprivate intprivate intprivate intprivate static final intprivate static final doubleprivate static final doubleprivate static final intprivate static final doubleprivate static final doubleprivate static final intprivate static final doubleprivate static final doubleprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidcheckLocked(PROMedSDualQuadricRobustEstimator estimator) voidonEstimateEnd(DualQuadricRobustEstimator estimator) voidonEstimateNextIteration(DualQuadricRobustEstimator estimator, int iteration) voidonEstimateProgressChange(DualQuadricRobustEstimator estimator, float progress) voidonEstimateStart(DualQuadricRobustEstimator estimator) private voidreset()(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_PLANES
private static final int MIN_PLANES- See Also:
-
MAX_PLANES
private static final int MAX_PLANES- See Also:
-
MIN_RANDOM_POINT_VALUE
private static final double MIN_RANDOM_POINT_VALUE- See Also:
-
MAX_RANDOM_POINT_VALUE
private static final double MAX_RANDOM_POINT_VALUE- See Also:
-
STD_ERROR
private static final double STD_ERROR- See Also:
-
MIN_SCORE_ERROR
private static final double MIN_SCORE_ERROR- See Also:
-
MAX_SCORE_ERROR
private static final double MAX_SCORE_ERROR- See Also:
-
PERCENTAGE_OUTLIER
private static final int PERCENTAGE_OUTLIER- See Also:
-
THRESHOLD
private static final double THRESHOLD- 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 -
estimateNextIteration
private int estimateNextIteration -
estimateProgressChange
private int estimateProgressChange
-
-
Constructor Details
-
PROMedSDualQuadricRobustEstimatorTest
PROMedSDualQuadricRobustEstimatorTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testGetSetStopThreshold
- Throws:
LockedException
-
testGetSetListener
- Throws:
LockedException
-
testGetSetProgressDelta
- Throws:
LockedException
-
testGetSetConfidence
- Throws:
LockedException
-
testGetSetMaxIterations
- Throws:
LockedException
-
testGetSetPlanes
- Throws:
LockedException
-
testGetSetQualityScores
- Throws:
LockedException
-
testEstimate
@Test void testEstimate() throws LockedException, NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException, DualQuadricNotAvailableException- Throws:
LockedExceptionNotReadyExceptioncom.irurueta.numerical.robust.RobustEstimatorExceptionDualQuadricNotAvailableException
-
onEstimateStart
- Specified by:
onEstimateStartin interfaceDualQuadricRobustEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfaceDualQuadricRobustEstimatorListener
-
onEstimateNextIteration
- Specified by:
onEstimateNextIterationin interfaceDualQuadricRobustEstimatorListener
-
onEstimateProgressChange
- Specified by:
onEstimateProgressChangein interfaceDualQuadricRobustEstimatorListener
-
reset
private void reset() -
checkLocked
-