Uses of Class
com.irurueta.ar.sfm.MatchedSamples
Packages that use MatchedSamples
Package
Description
This package contains classes related to Structure From Motion
techniques in order to obtain 3D reconstructed data from matched points
obtained when a camera moves
-
Uses of MatchedSamples in com.irurueta.ar.sfm
Fields in com.irurueta.ar.sfm with type parameters of type MatchedSamplesModifier and TypeFieldDescriptionprivate final List<MatchedSamples> BasePairedViewsSparseReconstructor.matchesMatches between first and current view.private final List<MatchedSamples> BaseSparseReconstructor.matchesActive matches between current and previous views.private final List<MatchedSamples> BaseTwoViewsSparseReconstructor.matchesMatches between first and current view.Method parameters in com.irurueta.ar.sfm with type arguments of type MatchedSamplesModifier and TypeMethodDescriptionprivate booleanBasePairedViewsSparseReconstructor.estimateFundamentalMatrix(List<MatchedSamples> matches, int viewId1, int viewId2) Estimates fundamental matrix for provided matches, when 3D points lay in a general non-degenerate 3D configuration.private booleanBaseSparseReconstructor.estimateFundamentalMatrix(List<MatchedSamples> matches, int viewId1, int viewId2, boolean isInitialPairOfViews) Estimates fundamental matrix for provided matches, when 3D points lay in a general non-degenerate 3D configuration.private booleanBaseTwoViewsSparseReconstructor.estimateFundamentalMatrix(List<MatchedSamples> matches, int viewId1, int viewId2) Estimates fundamental matrix for provided matches, when 3D points lay in a general non-degenerate 3D configuration.private booleanBasePairedViewsSparseReconstructor.estimatePlanarFundamentalMatrix(List<MatchedSamples> matches, int viewId1, int viewId2) Estimates fundamental matrix for provided matches, when 3D points lay in a planar 3D scene.private booleanBaseSparseReconstructor.estimatePlanarFundamentalMatrix(List<MatchedSamples> matches, int viewId1, int viewId2, boolean isInitialPairOfViews) Estimates fundamental matrix for provided matches, when 3D points lay in a planar 3D scene.private booleanBaseTwoViewsSparseReconstructor.estimatePlanarFundamentalMatrix(List<MatchedSamples> matches, int viewId1, int viewId2) Estimates fundamental matrix for provided matches, when 3D points lay in a planar 3D scene.private booleanBasePairedViewsSparseReconstructor.hasEnoughMatches(List<MatchedSamples> matches) Indicates whether there are enough matches to estimate a fundamental matrix.private booleanBaseTwoViewsSparseReconstructor.hasEnoughMatches(List<MatchedSamples> matches) Indicates whether there are enough matches to estimate a fundamental matrix.private booleanBaseSparseReconstructor.hasEnoughMatchesForCameraEstimation(List<MatchedSamples> matches) Indicates whether there are enough matches to estimate an additional camera.private booleanBaseSparseReconstructor.hasEnoughMatchesForFundamentalMatrixEstimation(List<MatchedSamples> matches) Indicates whether there are enough matches to estimate a fundamental matrix.voidBaseSparseReconstructorListener.onMetricReconstructedPointsEstimated(R reconstructor, List<MatchedSamples> matches, List<ReconstructedPoint3D> points) Called when reconstructed points have been estimated from a series of 2D matches.voidBaseTwoViewsSparseReconstructorListener.onReconstructedPointsEstimated(R reconstructor, List<MatchedSamples> matches, List<ReconstructedPoint3D> points) Called when reconstructed points have been estimated from a series of 2D matches.