Uses of Class
boofcv.struct.geo.AssociatedPair3D
Package
Description
-
Uses of AssociatedPair3D in boofcv.abst.geo.f
Modifier and TypeMethodDescriptionboolean
WrapEssentialNister5Pointing.process
(List<AssociatedPair3D> points, DogArray<DMatrixRMaj> estimatedModels) ModifierConstructorDescriptionEstimateNto1ofEpipolarPointing
(GeoModelEstimatorN<DMatrixRMaj, AssociatedPair3D> alg, DistanceFromModel<DMatrixRMaj, AssociatedPair3D> distance, int numTest) EstimateNto1ofEpipolarPointing
(GeoModelEstimatorN<DMatrixRMaj, AssociatedPair3D> alg, DistanceFromModel<DMatrixRMaj, AssociatedPair3D> distance, int numTest) -
Uses of AssociatedPair3D in boofcv.alg.geo.f
Modifier and TypeMethodDescriptiondouble
DistanceEpipolarConstraintPointing.distance
(AssociatedPair3D pt) Modifier and TypeMethodDescriptionvoid
DistanceEpipolarConstraintPointing.distances
(List<AssociatedPair3D> associatedPairs, double[] distance) boolean
EssentialNister5.processPointing
(List<AssociatedPair3D> points, DogArray<DMatrixRMaj> solutions) Computes the essential matrix from point correspondences represented by pointing vectors -
Uses of AssociatedPair3D in boofcv.alg.geo.h
Modifier and TypeMethodDescriptionprotected int
HomographyDirectLinearTransform.addPoints3D
(List<AssociatedPair3D> points, DMatrixRMaj A, int rows) -
Uses of AssociatedPair3D in boofcv.alg.geo.robust
Modifier and TypeMethodDescriptiondouble
DistanceSe3SymmetricSqPointing.distance
(AssociatedPair3D obs) Computes the error given the motion modelModifier and TypeMethodDescriptionvoid
DistanceSe3SymmetricSqPointing.distances
(List<AssociatedPair3D> associatedPairs, double[] distance) boolean
Se3FromEssentialPointingGenerator.generate
(List<AssociatedPair3D> dataSet, Se3_F64 model) Computes the camera motion from the set of observations. -
Uses of AssociatedPair3D in boofcv.factory.geo
Modifier and TypeMethodDescriptionstatic RansacCalibrated2<Se3_F64,
AssociatedPair3D> FactoryMultiViewRobust.baselinePointingRansac
(@Nullable ConfigEssential configEssential, ConfigRansac configRansac) Robust solution for estimating the stereo baselineSe3_F64
using epipolar geometry from two views withRansacCalibrated2
. -
Uses of AssociatedPair3D in boofcv.struct.geo
Modifier and TypeMethodDescriptionAssociatedPair3D.copy()
AssociatedPair3D.setTo
(double x1, double y1, double z1, double x2, double y2, double z2) Assigns this object to be equal to the passed in values.AssociatedPair3D.setTo
(AssociatedPair3D original) AssociatedPair3D.setTo
(Point3D_F64 p1, Point3D_F64 p2) Assigns this object to be equal to the passed in values.static AssociatedPair3D
AssociatedPair3D.wrap
(Point3D_F64 p1, Point3D_F64 p2)