Package boofcv.alg.geo.calibration
Class CalibrationObservation
java.lang.Object
boofcv.alg.geo.calibration.CalibrationObservation
List of observed features and their pixel locations on a single calibration target from one image.
Partially observable calibration targets is supported by the associated index for each point.
-
Field Summary
Modifier and TypeFieldDescriptionList of pixel observations and the index of the control pointint
Which target was observed -
Constructor Summary
-
Method Summary
-
Field Details
-
target
public int targetWhich target was observed -
points
List of pixel observations and the index of the control point
-
-
Constructor Details
-
CalibrationObservation
public CalibrationObservation() -
CalibrationObservation
-
-
Method Details
-
setTo
-
get
-
add
Adds a new observation. A copy is made.- Parameters:
which
- Index of the observed featureobservation
- The observation. A copy is internally created.
-
add
public void add(int which, double x, double y) -
reset
public void reset() -
sort
public void sort()Ensures the points order is in increasing order of index value -
size
public int size() -
copy
-