public class CalibrationObservation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<boofcv.struct.geo.PointIndex2D_F64> |
points
List of pixel observations and the index of the control point
|
| Constructor and Description |
|---|
CalibrationObservation() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(georegression.struct.point.Point2D_F64 observation,
int which) |
CalibrationObservation |
copy() |
boofcv.struct.geo.PointIndex2D_F64 |
get(int index) |
void |
reset() |
void |
setTo(CalibrationObservation obs) |
int |
size() |
void |
sort() |
public java.util.List<boofcv.struct.geo.PointIndex2D_F64> points
public void setTo(CalibrationObservation obs)
public boofcv.struct.geo.PointIndex2D_F64 get(int index)
public void add(georegression.struct.point.Point2D_F64 observation,
int which)
public void reset()
public void sort()
public int size()
public CalibrationObservation copy()