Uses of Class
boofcv.struct.geo.PointIndex2D_F64
Packages that use PointIndex2D_F64
Package
Description
-
Uses of PointIndex2D_F64 in boofcv.abst.fiducial
Methods in boofcv.abst.fiducial that return types with arguments of type PointIndex2D_F64Modifier and TypeMethodDescriptionCalibrationFiducialDetector.getDetectedControl(int which) ECoCheck_to_FiducialDetector.getDetectedControl(int which) abstract List<PointIndex2D_F64>FiducialDetectorPnP.getDetectedControl(int which) Returns a list of detected control points in the image for the specified fiducial.MicroQrCodeDetectorPnP.getDetectedControl(int which) QrCodeDetectorPnP.getDetectedControl(int which) SquareBase_to_FiducialDetector.getDetectedControl(int which) Uchiya_to_FiducialDetector.getDetectedControl(int which) -
Uses of PointIndex2D_F64 in boofcv.abst.geo.bundle
Methods in boofcv.abst.geo.bundle with parameters of type PointIndex2D_F64Modifier and TypeMethodDescriptionvoidSceneObservations.View.getPixel(int index, PointIndex2D_F64 observation) -
Uses of PointIndex2D_F64 in boofcv.abst.geo.calibration
Method parameters in boofcv.abst.geo.calibration with type arguments of type PointIndex2D_F64Modifier and TypeMethodDescriptionvoidCalibrateStereoPlanar.addPair(int targetID, List<PointIndex2D_F64> left, List<PointIndex2D_F64> right) Adds a pair of images that observed the same target. -
Uses of PointIndex2D_F64 in boofcv.alg.feature.describe.llah
Method parameters in boofcv.alg.feature.describe.llah with type arguments of type PointIndex2D_F64Modifier and TypeMethodDescriptionvoidLlahOperations.FoundDocument.lookupMatches(DogArray<PointIndex2D_F64> matches) -
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.calib.chess
Methods in boofcv.alg.fiducial.calib.chess that return types with arguments of type PointIndex2D_F64 -
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.calib.circle
Methods in boofcv.alg.fiducial.calib.circle that return types with arguments of type PointIndex2D_F64Modifier and TypeMethodDescriptionKeyPointsCircleHexagonalGrid.getKeyPoints()Returns the location of each key point in the image from the most recently processed grid.KeyPointsCircleRegularGrid.getKeyPoints()Returns the location of each key point in the image from the most recently processed grid. -
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.calib.ecocheck
Fields in boofcv.alg.fiducial.calib.ecocheck with type parameters of type PointIndex2D_F64Modifier and TypeFieldDescriptionfinal DogArray<PointIndex2D_F64>ECoCheckFound.cornersFound calibration corners it was able to observe -
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.calib.grid
Methods in boofcv.alg.fiducial.calib.grid that return types with arguments of type PointIndex2D_F64 -
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.dots
Fields in boofcv.alg.fiducial.dots with type parameters of type PointIndex2D_F64Modifier and TypeFieldDescriptionfinal DogArray<PointIndex2D_F64>UchiyaMarkerTracker.Track.observedObserved pixels with landmarks indexes -
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.microqr
Fields in boofcv.alg.fiducial.microqr with type parameters of type PointIndex2D_F64Methods in boofcv.alg.fiducial.microqr that return types with arguments of type PointIndex2D_F64Modifier and TypeMethodDescriptionMicroQrPose3DUtils.getLandmarkByIndex(MicroQrCode qr) Converts the corner observations intoPointIndex2D_F64where observations are in pixels -
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.qrcode
Fields in boofcv.alg.fiducial.qrcode with type parameters of type PointIndex2D_F64Methods in boofcv.alg.fiducial.qrcode that return types with arguments of type PointIndex2D_F64Modifier and TypeMethodDescriptionQrPose3DUtils.getLandmarkByIndex(QrCode qr) Converts the corner observations intoPointIndex2D_F64where observations are in pixels -
Uses of PointIndex2D_F64 in boofcv.alg.geo.calibration
Fields in boofcv.alg.geo.calibration with type parameters of type PointIndex2D_F64Modifier and TypeFieldDescriptionCalibrationObservation.pointsList of pixel observations and the index of the control pointMethods in boofcv.alg.geo.calibration that return PointIndex2D_F64Method parameters in boofcv.alg.geo.calibration with type arguments of type PointIndex2D_F64Modifier and TypeMethodDescriptionvoidScoreCalibrationFill.addObservation(List<PointIndex2D_F64> obs) See if any observed calibration points hit a target.voidScoreCalibrationGeometricDiversity.addObservation(List<PointIndex2D_F64> observation, List<Point2D_F64> layout) Adds information from the provided set of observationsbooleanZhang99ComputeTargetHomography.computeHomography(List<PointIndex2D_F64> observedPoints) Computes the homography from a list of detected grid points in the image.Constructor parameters in boofcv.alg.geo.calibration with type arguments of type PointIndex2D_F64 -
Uses of PointIndex2D_F64 in boofcv.gui.calibration
Method parameters in boofcv.gui.calibration with type arguments of type PointIndex2D_F64Modifier and TypeMethodDescriptionstatic voidUtilCalibrationGui.drawFeatureID(Graphics2D g2, int fontSize, List<PointIndex2D_F64> points, @Nullable Point2Transform2_F32 transform, double scale) static voidUtilCalibrationGui.drawNumbers(Graphics2D g2, List<PointIndex2D_F64> points, @Nullable Point2Transform2_F32 transform, double scale) static voidUtilCalibrationGui.renderOrder(Graphics2D g2, @Nullable Point2Transform2_F32 transform, double scale, List<PointIndex2D_F64> points) -
Uses of PointIndex2D_F64 in boofcv.struct.geo
Methods in boofcv.struct.geo that return PointIndex2D_F64