Package com.irurueta.geometry.estimators
Class RANSACQuadricRobustEstimatorTest
java.lang.Object
com.irurueta.geometry.estimators.RANSACQuadricRobustEstimatorTest
- All Implemented Interfaces:
QuadricRobustEstimatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate intprivate intprivate intprivate intprivate static final intprivate static final doubleprivate static final intprivate static final doubleprivate static final intprivate static final doubleprivate static final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidcheckLocked(RANSACQuadricRobustEstimator estimator) voidonEstimateEnd(QuadricRobustEstimator estimator) voidonEstimateNextIteration(QuadricRobustEstimator estimator, int iteration) voidonEstimateProgressChange(QuadricRobustEstimator estimator, float progress) voidonEstimateStart(QuadricRobustEstimator 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_POINTS
private static final int MIN_POINTS- See Also:
-
MAX_POINTS
private static final int MAX_POINTS- 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:
-
STD_ERROR
private static final double STD_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:
-
estimateStart
private int estimateStart -
estimateEnd
private int estimateEnd -
estimateNextIteration
private int estimateNextIteration -
estimateProgressChange
private int estimateProgressChange
-
-
Constructor Details
-
RANSACQuadricRobustEstimatorTest
RANSACQuadricRobustEstimatorTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testGetSetThreshold
- Throws:
LockedException
-
testGetSetListener
- Throws:
LockedException
-
testGetSetProgressDelta
- Throws:
LockedException
-
testGetSetConfidence
- Throws:
LockedException
-
testGetSetMaxIterations
- Throws:
LockedException
-
testGetSetPoints
- Throws:
LockedException
-
testGetSetQualityScores
- Throws:
LockedException
-
testEstimate
@Test void testEstimate() throws LockedException, NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException- Throws:
LockedExceptionNotReadyExceptioncom.irurueta.numerical.robust.RobustEstimatorException
-
onEstimateStart
- Specified by:
onEstimateStartin interfaceQuadricRobustEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfaceQuadricRobustEstimatorListener
-
onEstimateNextIteration
- Specified by:
onEstimateNextIterationin interfaceQuadricRobustEstimatorListener
-
onEstimateProgressChange
- Specified by:
onEstimateProgressChangein interfaceQuadricRobustEstimatorListener
-
reset
private void reset() -
checkLocked
-