Package com.irurueta.geometry.estimators
Class PROSACUPnPPointCorrespondencePinholeCameraRobustEstimatorTest
java.lang.Object
com.irurueta.geometry.estimators.PROSACUPnPPointCorrespondencePinholeCameraRobustEstimatorTest
- All Implemented Interfaces:
PinholeCameraRobustEstimatorListener
class PROSACUPnPPointCorrespondencePinholeCameraRobustEstimatorTest
extends Object
implements PinholeCameraRobustEstimatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate intprivate intprivate intprivate intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final intprivate static final doubleprivate static final intprivate static final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidvoidonEstimateEnd(PinholeCameraRobustEstimator estimator) voidonEstimateNextIteration(PinholeCameraRobustEstimator estimator, int iteration) voidonEstimateProgressChange(PinholeCameraRobustEstimator estimator, float progress) voidonEstimateStart(PinholeCameraRobustEstimator 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(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(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(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(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
VERY_LARGE_ABSOLUTE_ERROR
private static final double VERY_LARGE_ABSOLUTE_ERROR- 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:
-
MIN_FOCAL_LENGTH
private static final double MIN_FOCAL_LENGTH- See Also:
-
MAX_FOCAL_LENGTH
private static final double MAX_FOCAL_LENGTH- See Also:
-
MIN_SKEWNESS
private static final double MIN_SKEWNESS- See Also:
-
MAX_SKEWNESS
private static final double MAX_SKEWNESS- See Also:
-
MIN_PRINCIPAL_POINT
private static final double MIN_PRINCIPAL_POINT- See Also:
-
MAX_PRINCIPAL_POINT
private static final double MAX_PRINCIPAL_POINT- See Also:
-
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_POINTS
private static final int MIN_POINTS- See Also:
-
MAX_POINTS
private static final int MAX_POINTS- See Also:
-
PERCENTAGE_OUTLIER
private static final int PERCENTAGE_OUTLIER- See Also:
-
TIMES
private static final int TIMES- See Also:
-
THRESHOLD
private static final double THRESHOLD- See Also:
-
OUTLIER_STD_ERROR
private static final double OUTLIER_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:
-
estimateStart
private int estimateStart -
estimateEnd
private int estimateEnd -
estimateNextIteration
private int estimateNextIteration -
estimateProgressChange
private int estimateProgressChange
-
-
Constructor Details
-
PROSACUPnPPointCorrespondencePinholeCameraRobustEstimatorTest
PROSACUPnPPointCorrespondencePinholeCameraRobustEstimatorTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testGetSetThreshold
- Throws:
LockedException
-
testGetSetQualityScores
- Throws:
LockedException
-
testIsSetComputeAndKeepInliersEnabled
- Throws:
LockedException
-
testIsSetComputeAndKeepResidualsEnabled
- Throws:
LockedException
-
testGetSetConfidence
- Throws:
LockedException
-
testGetSetMaxIterations
- Throws:
LockedException
-
testIsSetResultRefined
- Throws:
LockedException
-
testIsSetCovarianceKept
- Throws:
LockedException
-
testIsSetFastRefinementUsed
- Throws:
LockedException
-
testGetSetPoints
- Throws:
LockedException
-
testGetSetListenerAndIsListenerAvailable
- Throws:
LockedException
-
testIsSetSuggestSkewnessValueEnabled
- Throws:
LockedException
-
testGetSetSuggestedSkewnessValue
- Throws:
LockedException
-
testIsSetSuggestedHorizontalFocalLengthEnabled
- Throws:
LockedException
-
testGetSetSuggestedHorizontalFocalLengthValue
- Throws:
LockedException
-
testIsSetSuggestVerticalFocalLengthEnabled
- Throws:
LockedException
-
testGetSetSuggestedVerticalFocalLengthValue
- Throws:
LockedException
-
testIsSetSuggestAspectRatioEnabled
- Throws:
LockedException
-
testGetSetSuggestedAspectRatioValue
- Throws:
LockedException
-
testIsSetSuggestPrincipalPointEnabled
- Throws:
LockedException
-
testGetSetSuggestedPrincipalPointValue
- Throws:
LockedException
-
testIsSetSuggestRotationEnabled
- Throws:
LockedException
-
testGetSetSuggestedRotationValue
- Throws:
LockedException
-
testIsSetSuggestCenterEnabled
- Throws:
LockedException
-
testGetSetSuggestedCenterValue
- Throws:
LockedException
-
testGetSetProgressDelta
- Throws:
LockedException
-
testIsNormalizeSubsetPointCorrespondences
- Throws:
LockedException
-
testGetSetSkewness
- Throws:
LockedException
-
testGetSetHorizontalPrincipalPoint
- Throws:
LockedException
-
testGetSetVerticalPrincipalPoint
- Throws:
LockedException
-
testIsReady
- Throws:
LockedException
-
testIsSetPlanarConfigurationAllowed
- Throws:
LockedException
-
testIsSetNullspaceDimension2Allowed
- Throws:
LockedException
-
testGetSetPlanarThreshold
- Throws:
LockedException
-
testEstimateGeneralNoSuggestion
@Test void testEstimateGeneralNoSuggestion() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimateGeneralNoSuggestionWithRefinement
@Test void testEstimateGeneralNoSuggestionWithRefinement() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimateGeneralNoSuggestionWithFastRefinement
@Test void testEstimateGeneralNoSuggestionWithFastRefinement() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimateGeneralSuggestedRotationEnabled
@Test void testEstimateGeneralSuggestedRotationEnabled() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimateGeneralSuggestedRotationWithRefinement
@Test void testEstimateGeneralSuggestedRotationWithRefinement() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimateGeneralSuggestedRotationWithFastRefinement
@Test void testEstimateGeneralSuggestedRotationWithFastRefinement() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimateGeneralSuggestedCenterEnabled
@Test void testEstimateGeneralSuggestedCenterEnabled() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimateGeneralSuggestedCenterWithRefinement
@Test void testEstimateGeneralSuggestedCenterWithRefinement() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimateGeneralSuggestedCenterWithFastRefinement
@Test void testEstimateGeneralSuggestedCenterWithFastRefinement() throws LockedException, NotReadyException, CameraException, NotAvailableException -
onEstimateStart
- Specified by:
onEstimateStartin interfacePinholeCameraRobustEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfacePinholeCameraRobustEstimatorListener
-
onEstimateNextIteration
- Specified by:
onEstimateNextIterationin interfacePinholeCameraRobustEstimatorListener
-
onEstimateProgressChange
- Specified by:
onEstimateProgressChangein interfacePinholeCameraRobustEstimatorListener
-
reset
private void reset() -
checkLocked
private static void checkLocked(PROSACUPnPPointCorrespondencePinholeCameraRobustEstimator estimator)
-