Package boofcv.alg.geo.calibration
Class SynchronizedCalObs
java.lang.Object
boofcv.alg.geo.calibration.SynchronizedCalObs
All observations that were captured at the same instance.
-
Field Summary
Modifier and TypeFieldDescriptionObservations from different cameras at this time step -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable CalibrationObservationSet
findCamera
(int cameraID) Find the camera which matches the ID.void
reset()
-
Field Details
-
cameras
Observations from different cameras at this time step
-
-
Constructor Details
-
SynchronizedCalObs
public SynchronizedCalObs()
-
-
Method Details
-
findCamera
Find the camera which matches the ID. Returns null if no match -
reset
public void reset()
-