Uses of Class
com.irurueta.ar.epipolar.estimators.FundamentalMatrixEstimator
Packages that use FundamentalMatrixEstimator
Package
Description
This package contains classes to estimate fundamental matrices
-
Uses of FundamentalMatrixEstimator in com.irurueta.ar.epipolar.estimators
Subclasses of FundamentalMatrixEstimator in com.irurueta.ar.epipolar.estimatorsModifier and TypeClassDescriptionclass
Non-robust fundamental matrix estimator for Affine camera projection model.class
Non-robust fundamental matrix estimator that uses 8 matched 2D points on left and right views.class
Non-robust fundamental matrix estimator that uses 7 matched 2D points on left and right views.Fields in com.irurueta.ar.epipolar.estimators declared as FundamentalMatrixEstimatorModifier and TypeFieldDescriptionprivate FundamentalMatrixEstimator
FundamentalMatrixRobustEstimator.fundMatrixEstimator
Internal non robust estimator of fundamental matrix.Methods in com.irurueta.ar.epipolar.estimators that return FundamentalMatrixEstimatorModifier and TypeMethodDescriptionstatic FundamentalMatrixEstimator
FundamentalMatrixEstimator.create()
Creates an instance of a fundamental matrix estimator using default method.static FundamentalMatrixEstimator
FundamentalMatrixEstimator.create
(FundamentalMatrixEstimatorMethod method) Creates an instance of a fundamental matrix estimator using provided method.static FundamentalMatrixEstimator
FundamentalMatrixEstimator.create
(List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints) Creates an instance of a fundamental matrix estimator using provided matched 2D points on left and right views and default method.static FundamentalMatrixEstimator
FundamentalMatrixEstimator.create
(List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints, FundamentalMatrixEstimatorMethod method) Creates an instance of a fundamental matrix estimator using provided matched 2D points on left and right views and provided method.Methods in com.irurueta.ar.epipolar.estimators with parameters of type FundamentalMatrixEstimatorModifier and TypeMethodDescriptionvoid
FundamentalMatrixEstimatorListener.onEstimateEnd
(FundamentalMatrixEstimator estimator, FundamentalMatrix fundamentalMatrix) Called when fundamental matrix estimation ends.void
FundamentalMatrixEstimatorListener.onEstimateStart
(FundamentalMatrixEstimator estimator) Called when fundamental matrix estimation starts.