Package com.irurueta.geometry.estimators
Class RANSACEPnPPointCorrespondencePinholeCameraRobustEstimatorTest
java.lang.Object
com.irurueta.geometry.estimators.RANSACEPnPPointCorrespondencePinholeCameraRobustEstimatorTest
- All Implemented Interfaces:
PinholeCameraRobustEstimatorListener
class RANSACEPnPPointCorrespondencePinholeCameraRobustEstimatorTest
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 intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final intprivate static final doubleprivate static final int -
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(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:
-
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:
-
estimateStart
private int estimateStart -
estimateEnd
private int estimateEnd -
estimateNextIteration
private int estimateNextIteration -
estimateProgressChange
private int estimateProgressChange
-
-
Constructor Details
-
RANSACEPnPPointCorrespondencePinholeCameraRobustEstimatorTest
RANSACEPnPPointCorrespondencePinholeCameraRobustEstimatorTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testGetSetThreshold
- 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
-
testGetSetIntrinsic
- Throws:
LockedException
-
testIsReady
- Throws:
LockedException
-
testIsSetPlanarConfigurationAllowed
- Throws:
LockedException
-
testIsSetNullspaceDimension2Allowed
- Throws:
LockedException
-
testIsSetNullspaceDimension3Allowed
- 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 -
testEstimatePlanarNoSuggestion
@Test void testEstimatePlanarNoSuggestion() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimatePlanarNoSuggestionWithRefinement
@Test void testEstimatePlanarNoSuggestionWithRefinement() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimatePlanarNoSuggestionWithFastRefinement
@Test void testEstimatePlanarNoSuggestionWithFastRefinement() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimatePlanarSuggestedRotationEnabled
@Test void testEstimatePlanarSuggestedRotationEnabled() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimatePlanarSuggestedRotationWithRefinement
@Test void testEstimatePlanarSuggestedRotationWithRefinement() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimatePlanarSuggestedRotationWithFastRefinement
@Test void testEstimatePlanarSuggestedRotationWithFastRefinement() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimatePlanarSuggestedCenterEnabled
@Test void testEstimatePlanarSuggestedCenterEnabled() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimatePlanarSuggestedCenterWithRefinement
@Test void testEstimatePlanarSuggestedCenterWithRefinement() throws LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimatePlanarSuggestedCenterWithFastRefinement
@Test void testEstimatePlanarSuggestedCenterWithFastRefinement() throws LockedException, NotReadyException, CameraException, NotAvailableException -
reset
private void reset() -
onEstimateStart
- Specified by:
onEstimateStartin interfacePinholeCameraRobustEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfacePinholeCameraRobustEstimatorListener
-
onEstimateNextIteration
- Specified by:
onEstimateNextIterationin interfacePinholeCameraRobustEstimatorListener
-
onEstimateProgressChange
- Specified by:
onEstimateProgressChangein interfacePinholeCameraRobustEstimatorListener
-
checkLocked
private static void checkLocked(RANSACEPnPPointCorrespondencePinholeCameraRobustEstimator estimator)
-