Uses of Class
boofcv.struct.geo.Point2D3D
Packages that use Point2D3D
Package
Description
-
Uses of Point2D3D in boofcv.abst.fiducial
Methods in boofcv.abst.fiducial that return types with arguments of type Point2D3DModifier and TypeMethodDescriptionCalibrationFiducialDetector.getControl3D
(int which) ECoCheck_to_FiducialDetector.getControl3D
(int which) FiducialDetectorPnP.getControl3D
(int which) 3D location of control points in the fiducial reference frameMicroQrCodeDetectorPnP.getControl3D
(int which) QrCodeDetectorPnP.getControl3D
(int which) SquareBase_to_FiducialDetector.getControl3D
(int which) Uchiya_to_FiducialDetector.getControl3D
(int which) CalibrationFiducialDetector.getPoints2D3D()
Method parameters in boofcv.abst.fiducial with type arguments of type Point2D3DModifier and TypeMethodDescriptionprotected boolean
FiducialDetectorPnP.estimatePose
(int which, List<Point2D3D> points, Se3_F64 fiducialToCamera) Given the mapping of 2D observations to known 3D points estimate the pose of the fiducial.protected boolean
SquareBase_to_FiducialDetector.estimatePose
(int which, List<Point2D3D> points, Se3_F64 fiducialToCamera) -
Uses of Point2D3D in boofcv.abst.geo.fitting
Method parameters in boofcv.abst.geo.fitting with type arguments of type Point2D3D -
Uses of Point2D3D in boofcv.abst.geo.pose
Method parameters in boofcv.abst.geo.pose with type arguments of type Point2D3DModifier and TypeMethodDescriptionboolean
PnPRefineRodrigues.fitModel
(List<Point2D3D> obs, Se3_F64 worldToCamera, Se3_F64 refinedWorldToCamera) boolean
boolean
boolean
Constructor parameters in boofcv.abst.geo.pose with type arguments of type Point2D3DModifierConstructorDescriptionEstimateNto1ofPnP
(GeoModelEstimatorN<Se3_F64, Point2D3D> alg, DogArray<Se3_F64> solutions, int numTest) -
Uses of Point2D3D in boofcv.abst.sfm.d3
Constructor parameters in boofcv.abst.sfm.d3 with type arguments of type Point2D3DModifierConstructorDescriptionVisOdomPixelDepthPnP_to_DepthVisualOdometry
(DepthSparse3D<Depth> sparse3D, VisOdomMonoDepthPnP<Vis> alg, DistanceFromModelMultiView<Se3_F64, Point2D3D> distance, ImageType<Vis> visualType, Class<Depth> depthType) WrapVisOdomDualTrackPnP
(VisOdomDualTrackPnP<T, ?> visualOdometry, Se3_F64 sharedLeftToRight, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceLeft, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceRight, PnPStereoDistanceReprojectionSq distanceStereo, AssociateStereo2D<?> assoc, @Nullable RefinePnPStereo refine, Class<T> imageType) WrapVisOdomMonoStereoDepthPnP
(VisOdomMonoDepthPnP<T> alg, StereoSparse3D<T> stereo, DistanceFromModelMultiView<Se3_F64, Point2D3D> distance, Class<T> imageType) WrapVisOdomQuadPnP
(VisOdomStereoQuadPnP<T, TD> alg, @Nullable RefinePnPStereo refine, AssociateStereo2D<TD> associateStereo, PnPStereoDistanceReprojectionSq distance, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceLeft, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceRight, Class<T> imageType) -
Uses of Point2D3D in boofcv.alg.fiducial.microqr
Fields in boofcv.alg.fiducial.microqr with type parameters of type Point2D3DMethods in boofcv.alg.fiducial.microqr that return types with arguments of type Point2D3DModifier and TypeMethodDescriptionMicroQrPose3DUtils.getLandmark2D3D
(MicroQrCode qr) Returns a list ofPoint2D3D
. -
Uses of Point2D3D in boofcv.alg.fiducial.qrcode
Fields in boofcv.alg.fiducial.qrcode with type parameters of type Point2D3DMethods in boofcv.alg.fiducial.qrcode that return types with arguments of type Point2D3DModifier and TypeMethodDescriptionQrPose3DUtils.getLandmark2D3D
(QrCode qr) Returns a list ofPoint2D3D
. -
Uses of Point2D3D in boofcv.alg.fiducial.square
Fields in boofcv.alg.fiducial.square with type parameters of type Point2D3DMethods in boofcv.alg.fiducial.square that return types with arguments of type Point2D3D -
Uses of Point2D3D in boofcv.alg.geo.pose
Methods in boofcv.alg.geo.pose that return types with arguments of type Point2D3DModifier and TypeMethodDescriptionPnPDistanceReprojectionSq.getPointType()
PnPDistanceReprojectionSq.newConcurrentChild()
Creates a child which references the intrinsics but is otherwise decoupledMethods in boofcv.alg.geo.pose with parameters of type Point2D3DModifier and TypeMethodDescriptionint
PnPResidualReprojection.computeResiduals
(Point2D3D data, double[] residuals, int index) double
Method parameters in boofcv.alg.geo.pose with type arguments of type Point2D3DModifier and TypeMethodDescriptionvoid
void
PnPJacobianRodrigues.setObservations
(List<Point2D3D> observations) Constructor parameters in boofcv.alg.geo.pose with type arguments of type Point2D3DModifierConstructorDescriptionPnPStereoEstimator
(GeoModelEstimatorN<Se3_F64, Point2D3D> alg, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceLeft, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceRight, int extraForTest) PnPStereoEstimator
(GeoModelEstimatorN<Se3_F64, Point2D3D> alg, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceLeft, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceRight, int extraForTest) -
Uses of Point2D3D in boofcv.alg.geo.robust
Methods in boofcv.alg.geo.robust that return types with arguments of type Point2D3DMethods in boofcv.alg.geo.robust with parameters of type Point2D3DMethod parameters in boofcv.alg.geo.robust with type arguments of type Point2D3D -
Uses of Point2D3D in boofcv.alg.sfm.d3
Constructor parameters in boofcv.alg.sfm.d3 with type arguments of type Point2D3DModifierConstructorDescriptionVisOdomMonoDepthPnP
(ModelMatcher<Se3_F64, Point2D3D> motionEstimator, ImagePixelTo3D pixelTo3D, @Nullable RefinePnP refine, PointTracker<T> tracker) Configures magic numbers and estimation algorithms. -
Uses of Point2D3D in boofcv.alg.structure.expand
Fields in boofcv.alg.structure.expand with type parameters of type Point2D3DModifier and TypeFieldDescriptionEstimateViewKnownCalibration.ransacPnP
Estimates the new view's location -
Uses of Point2D3D in boofcv.factory.geo
Methods in boofcv.factory.geo that return types with arguments of type Point2D3DModifier and TypeMethodDescriptionstatic ModelMatcherMultiview<Se3_F64,
Point2D3D> FactoryMultiViewRobust.pnpLMedS
(@Nullable ConfigPnP configPnP, ConfigLMedS configLMedS) Robust solution to PnP problem usingLMedS
.static RansacCalibrated<Se3_F64,
Point2D3D> FactoryMultiViewRobust.pnpRansac
(@Nullable ConfigPnP configPnP, ConfigRansac configRansac) Robust solution to PnP problem usingRansac
. -
Uses of Point2D3D in boofcv.struct.geo
Methods in boofcv.struct.geo that return Point2D3DModifier and TypeMethodDescriptionPoint2D3D.copy()
Point2D3D.setTo
(double x2, double y2, double x3, double y3, double z3) Sets 'this' to be identical to 'src'.Point2D3D.setTo
(Point2D_F64 observation, Point3D_F64 location) Methods in boofcv.struct.geo with parameters of type Point2D3D -
Uses of Point2D3D in boofcv.struct.sfm
Subclasses of Point2D3D in boofcv.struct.sfm