Uses of Class
boofcv.struct.geo.PointIndex2D_F64
Package
Description
-
Uses of PointIndex2D_F64 in boofcv.abst.fiducial
Modifier 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
Modifier and TypeMethodDescriptionvoid
SceneObservations.View.getPixel
(int index, PointIndex2D_F64 observation) -
Uses of PointIndex2D_F64 in boofcv.abst.geo.calibration
Modifier and TypeMethodDescriptionvoid
CalibrateStereoPlanar.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
Modifier and TypeMethodDescriptionvoid
LlahOperations.FoundDocument.lookupMatches
(DogArray<PointIndex2D_F64> matches) -
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.calib.chess
-
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.calib.circle
Modifier 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
Modifier and TypeFieldDescriptionfinal DogArray<PointIndex2D_F64>
ECoCheckFound.corners
Found calibration corners it was able to observe -
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.calib.grid
-
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.dots
Modifier and TypeFieldDescriptionfinal DogArray<PointIndex2D_F64>
UchiyaMarkerTracker.Track.observed
Observed pixels with landmarks indexes -
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.microqr
Modifier and TypeMethodDescriptionMicroQrPose3DUtils.getLandmarkByIndex
(MicroQrCode qr) Converts the corner observations intoPointIndex2D_F64
where observations are in pixels -
Uses of PointIndex2D_F64 in boofcv.alg.fiducial.qrcode
Modifier and TypeMethodDescriptionQrPose3DUtils.getLandmarkByIndex
(QrCode qr) Converts the corner observations intoPointIndex2D_F64
where observations are in pixels -
Uses of PointIndex2D_F64 in boofcv.alg.geo.calibration
Modifier and TypeFieldDescriptionCalibrationObservation.points
List of pixel observations and the index of the control pointModifier and TypeMethodDescriptionvoid
ScoreCalibrationFill.addObservation
(List<PointIndex2D_F64> obs) See if any observed calibration points hit a target.void
ScoreCalibrationGeometricDiversity.addObservation
(List<PointIndex2D_F64> observation, List<Point2D_F64> layout) Adds information from the provided set of observationsboolean
Zhang99ComputeTargetHomography.computeHomography
(List<PointIndex2D_F64> observedPoints) Computes the homography from a list of detected grid points in the image. -
Uses of PointIndex2D_F64 in boofcv.gui.calibration
Modifier and TypeMethodDescriptionstatic void
UtilCalibrationGui.drawFeatureID
(Graphics2D g2, int fontSize, List<PointIndex2D_F64> points, @Nullable Point2Transform2_F32 transform, double scale) static void
UtilCalibrationGui.drawNumbers
(Graphics2D g2, List<PointIndex2D_F64> points, @Nullable Point2Transform2_F32 transform, double scale) static void
UtilCalibrationGui.renderOrder
(Graphics2D g2, @Nullable Point2Transform2_F32 transform, double scale, List<PointIndex2D_F64> points) -
Uses of PointIndex2D_F64 in boofcv.struct.geo