Class SevenPointsFundamentalMatrixEstimatorTest
java.lang.Object
com.irurueta.ar.epipolar.estimators.SevenPointsFundamentalMatrixEstimatorTest
- All Implemented Interfaces:
FundamentalMatrixEstimatorListener
class SevenPointsFundamentalMatrixEstimatorTest
extends Object
implements FundamentalMatrixEstimatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate intprivate intprivate 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 doubleprivate static final intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final intprivate static final doubleprivate static final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonEstimateEnd(FundamentalMatrixEstimator estimator, FundamentalMatrix fundamentalMatrix) voidonEstimateStart(FundamentalMatrixEstimator 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) voidprivate voidtestLocked(SevenPointsFundamentalMatrixEstimator estimator)
-
Field Details
-
MIN_POINTS
private static final int MIN_POINTS- See Also:
-
MAX_POINTS
private static final int MAX_POINTS- See Also:
-
ABSOLUTE_ERROR
private static final double 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:
-
EXTREME_LARGE_ABSOLUTE_ERROR
private static final double EXTREME_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_CAMERA_SEPARATION
private static final double MIN_CAMERA_SEPARATION- See Also:
-
MAX_CAMERA_SEPARATION
private static final double MAX_CAMERA_SEPARATION- See Also:
-
TIMES
private static final int TIMES- See Also:
-
estimateStart
private int estimateStart -
estimateEnd
private int estimateEnd
-
-
Constructor Details
-
SevenPointsFundamentalMatrixEstimatorTest
SevenPointsFundamentalMatrixEstimatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testIsSetLMSESolutionAllowed
@Test void testIsSetLMSESolutionAllowed() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testAreSetPointsNormalized
@Test void testAreSetPointsNormalized() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetPoints
@Test void testGetSetPoints() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetListener
@Test void testGetSetListener() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testEstimateAllNoLMSENoNormalization
@Test void testEstimateAllNoLMSENoNormalization() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, FundamentalMatrixEstimatorException, InvalidFundamentalMatrixException, com.irurueta.geometry.NotAvailableException- Throws:
com.irurueta.geometry.estimators.LockedExceptioncom.irurueta.geometry.estimators.NotReadyExceptionFundamentalMatrixEstimatorExceptionInvalidFundamentalMatrixExceptioncom.irurueta.geometry.NotAvailableException
-
testEstimateAllNoLMSENormalization
@Test void testEstimateAllNoLMSENormalization() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, FundamentalMatrixEstimatorException, InvalidFundamentalMatrixException, com.irurueta.geometry.NotAvailableException- Throws:
com.irurueta.geometry.estimators.LockedExceptioncom.irurueta.geometry.estimators.NotReadyExceptionFundamentalMatrixEstimatorExceptionInvalidFundamentalMatrixExceptioncom.irurueta.geometry.NotAvailableException
-
testEstimateAllLMSENoNormalization
@Test void testEstimateAllLMSENoNormalization() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, FundamentalMatrixEstimatorException, InvalidFundamentalMatrixException, com.irurueta.geometry.NotAvailableException- Throws:
com.irurueta.geometry.estimators.LockedExceptioncom.irurueta.geometry.estimators.NotReadyExceptionFundamentalMatrixEstimatorExceptionInvalidFundamentalMatrixExceptioncom.irurueta.geometry.NotAvailableException
-
testEstimateAllLMSENormalization
@Test void testEstimateAllLMSENormalization() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, FundamentalMatrixEstimatorException, InvalidFundamentalMatrixException, com.irurueta.geometry.NotAvailableException- Throws:
com.irurueta.geometry.estimators.LockedExceptioncom.irurueta.geometry.estimators.NotReadyExceptionFundamentalMatrixEstimatorExceptionInvalidFundamentalMatrixExceptioncom.irurueta.geometry.NotAvailableException
-
onEstimateStart
- Specified by:
onEstimateStartin interfaceFundamentalMatrixEstimatorListener
-
onEstimateEnd
public void onEstimateEnd(FundamentalMatrixEstimator estimator, FundamentalMatrix fundamentalMatrix) - Specified by:
onEstimateEndin interfaceFundamentalMatrixEstimatorListener
-
reset
private void reset() -
testLocked
-