Package com.irurueta.geometry.estimators
Class UPnPPointCorrespondencePinholeCameraEstimatorTest
java.lang.Object
com.irurueta.geometry.estimators.UPnPPointCorrespondencePinholeCameraEstimatorTest
- All Implemented Interfaces:
PinholeCameraEstimatorListener
class UPnPPointCorrespondencePinholeCameraEstimatorTest
extends Object
implements PinholeCameraEstimatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate intprivate intprivate intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate 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 intprivate static final doubleprivate static final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidvoidonEstimateEnd(PinholeCameraEstimator estimator) voidonEstimateStart(PinholeCameraEstimator estimator) voidonEstimationProgressChange(PinholeCameraEstimator estimator, float progress) 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
-
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:
-
ULTRA_LARGE_ABSOLUTE_ERROR
private static final double ULTRA_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:
-
N_POINTS
private static final int N_POINTS- See Also:
-
TIMES
private static final int TIMES- See Also:
-
ERROR_STD
private static final double ERROR_STD- See Also:
-
PLANE_SLANT_DEGREES
private static final double PLANE_SLANT_DEGREES- See Also:
-
estimateStart
private int estimateStart -
estimateEnd
private int estimateEnd -
estimationProgressChange
private int estimationProgressChange
-
-
Constructor Details
-
UPnPPointCorrespondencePinholeCameraEstimatorTest
UPnPPointCorrespondencePinholeCameraEstimatorTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
-
testAreSetPointCorrespondencesNormalized
- Throws:
LockedException
-
testGetSetListsValidityAndAvailability
@Test void testGetSetListsValidityAndAvailability() throws LockedException, IllegalArgumentException, WrongListSizesException, NotAvailableException -
testGetSetListener
- Throws:
LockedException
-
testIsSetSuggestSkewnessValueEnabled
- Throws:
LockedException
-
testGetSetSuggestedSkewnessValue
- Throws:
LockedException
-
testIsSetSuggestHorizontalFocalLengthEnabled
- Throws:
LockedException
-
testGetSetSuggestedHorizontalFocalLengthValue
- Throws:
LockedException
-
testIsSetSuggestedVerticalFocalLengthEnabled
- 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
-
testGetSetMinSuggestionWeight
- Throws:
LockedException
-
testGetSetMaxSuggestionWeight
- Throws:
LockedException
-
testSetMinMaxSuggestionWeight
- Throws:
LockedException
-
testGetSetSuggestionWeightStep
- Throws:
LockedException
-
testIsSetPlanarConfigurationAllowed
- Throws:
LockedException
-
testIsSetNullspaceDimension2Allowed
- Throws:
LockedException
-
testGetSetPlanarThreshold
- Throws:
LockedException
-
testGetSetSkewness
- Throws:
LockedException
-
testGetSetHorizontalPrincipalPoint
- Throws:
LockedException
-
testGetSetVerticalPrincipalPoint
- Throws:
LockedException
-
testEstimateGeneralNoSuggestion
@Test void testEstimateGeneralNoSuggestion() throws WrongListSizesException, LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimatePlanarNoSuggestion
@Test void testEstimatePlanarNoSuggestion() throws WrongListSizesException, LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimateGeneralSuggestedRotationEnabled
@Test void testEstimateGeneralSuggestedRotationEnabled() throws WrongListSizesException, LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimateGeneralSuggestedCenterEnabled
@Test void testEstimateGeneralSuggestedCenterEnabled() throws WrongListSizesException, LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimateGeneralZeroSkewnessZeroPrincipalPointNoSuggestion
@Test void testEstimateGeneralZeroSkewnessZeroPrincipalPointNoSuggestion() throws WrongListSizesException, LockedException, NotReadyException, CameraException, NotAvailableException -
testEstimatePlanarZeroSkewnessZeroPrincipalPointNoSuggestion
@Test void testEstimatePlanarZeroSkewnessZeroPrincipalPointNoSuggestion() throws WrongListSizesException, LockedException, NotReadyException, CameraException, NotAvailableException -
onEstimateStart
- Specified by:
onEstimateStartin interfacePinholeCameraEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfacePinholeCameraEstimatorListener
-
onEstimationProgressChange
- Specified by:
onEstimationProgressChangein interfacePinholeCameraEstimatorListener
-
reset
private void reset() -
checkIsLocked
-