Uses of Class
boofcv.struct.sfm.Stereo2D3D
Packages that use Stereo2D3D
-
Uses of Stereo2D3D in boofcv.alg.geo.pose
Methods in boofcv.alg.geo.pose that return types with arguments of type Stereo2D3DModifier and TypeMethodDescriptionPnPStereoDistanceReprojectionSq.getPointType()PnPStereoDistanceReprojectionSq.newConcurrentChild()Creates a child which references the intrinsics but is otherwise decoupledMethods in boofcv.alg.geo.pose with parameters of type Stereo2D3DModifier and TypeMethodDescriptionintPnPStereoResidualReprojection.computeResiduals(Stereo2D3D data, double[] residuals, int index) doublePnPStereoDistanceReprojectionSq.distance(Stereo2D3D pt) Method parameters in boofcv.alg.geo.pose with type arguments of type Stereo2D3DModifier and TypeMethodDescriptionvoidPnPStereoDistanceReprojectionSq.distances(List<Stereo2D3D> observations, double[] distance) booleanPnPStereoRefineRodrigues.fitModel(List<Stereo2D3D> obs, Se3_F64 worldToLeft, Se3_F64 refinedWorldToLeft) booleanPnPStereoEstimator.process(List<Stereo2D3D> points, Se3_F64 estimatedModel) voidPnPStereoJacobianRodrigues.setObservations(List<Stereo2D3D> observations) -
Uses of Stereo2D3D in boofcv.alg.sfm.d3
Constructor parameters in boofcv.alg.sfm.d3 with type arguments of type Stereo2D3DModifierConstructorDescriptionVisOdomDualTrackPnP(double epilolarTol, PointTracker<T> trackerLeft, PointTracker<T> trackerRight, DescribePointRadiusAngle<T, TD> describe, AssociateDescription2D<TD> assocL2R, Triangulate2ViewsMetric triangulate2, ModelMatcher<Se3_F64, Stereo2D3D> matcher, @Nullable ModelFitter<Se3_F64, Stereo2D3D> modelRefiner) Specifies internal algorithms and parametersVisOdomDualTrackPnP(double epilolarTol, PointTracker<T> trackerLeft, PointTracker<T> trackerRight, DescribePointRadiusAngle<T, TD> describe, AssociateDescription2D<TD> assocL2R, Triangulate2ViewsMetric triangulate2, ModelMatcher<Se3_F64, Stereo2D3D> matcher, @Nullable ModelFitter<Se3_F64, Stereo2D3D> modelRefiner) Specifies internal algorithms and parametersVisOdomStereoQuadPnP(DetectDescribePoint<T, TD> detector, AssociateDescription2D<TD> assocF2F, AssociateDescription2D<TD> assocL2R, Triangulate2ViewsMetric triangulate, ModelMatcher<Se3_F64, Stereo2D3D> matcher, @Nullable ModelFitter<Se3_F64, Stereo2D3D> modelRefiner) Specifies internal algorithmsVisOdomStereoQuadPnP(DetectDescribePoint<T, TD> detector, AssociateDescription2D<TD> assocF2F, AssociateDescription2D<TD> assocL2R, Triangulate2ViewsMetric triangulate, ModelMatcher<Se3_F64, Stereo2D3D> matcher, @Nullable ModelFitter<Se3_F64, Stereo2D3D> modelRefiner) Specifies internal algorithms