Package boofcv.alg.geo.calibration
Class CalibrationObservationSet
java.lang.Object
boofcv.alg.geo.calibration.CalibrationObservationSet
Set of observed calibration targets in a single frame from a single camera
-
Field Summary
Modifier and TypeFieldDescriptionint
Which camera did the observationfinal DogArray<CalibrationObservation>
All observed calibration target landmarks in this frame -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable CalibrationObservation
findTarget
(int targetID) Exhaustively searches for a target with the specified ID.void
reset()
-
Field Details
-
cameraID
public int cameraIDWhich camera did the observation -
targets
All observed calibration target landmarks in this frame
-
-
Constructor Details
-
CalibrationObservationSet
public CalibrationObservationSet()
-
-
Method Details
-
setTo
-
reset
public void reset() -
findTarget
Exhaustively searches for a target with the specified ID. Returns null if no match is found.
-