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 TypeClassDescriptionclassNon-robust fundamental matrix estimator for Affine camera projection model.classNon-robust fundamental matrix estimator that uses 8 matched 2D points on left and right views.classNon-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 FundamentalMatrixEstimatorFundamentalMatrixRobustEstimator.fundMatrixEstimatorInternal non robust estimator of fundamental matrix.Methods in com.irurueta.ar.epipolar.estimators that return FundamentalMatrixEstimatorModifier and TypeMethodDescriptionstatic FundamentalMatrixEstimatorFundamentalMatrixEstimator.create()Creates an instance of a fundamental matrix estimator using default method.static FundamentalMatrixEstimatorFundamentalMatrixEstimator.create(FundamentalMatrixEstimatorMethod method) Creates an instance of a fundamental matrix estimator using provided method.static FundamentalMatrixEstimatorFundamentalMatrixEstimator.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 FundamentalMatrixEstimatorFundamentalMatrixEstimator.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 TypeMethodDescriptionvoidFundamentalMatrixEstimatorListener.onEstimateEnd(FundamentalMatrixEstimator estimator, FundamentalMatrix fundamentalMatrix) Called when fundamental matrix estimation ends.voidFundamentalMatrixEstimatorListener.onEstimateStart(FundamentalMatrixEstimator estimator) Called when fundamental matrix estimation starts.