Package boofcv.struct.geo
Class AssociatedTupleN
java.lang.Object
boofcv.struct.geo.AssociatedTupleN
- All Implemented Interfaces:
AssociatedTuple
public class AssociatedTupleN extends Object implements AssociatedTuple
Associated set of
Point2D_F64
for an arbitrary number of views that is fixed.-
Field Summary
Fields Modifier and Type Field Description Point2D_F64[]
p
Set of associated observations -
Constructor Summary
Constructors Constructor Description AssociatedTupleN(int num)
AssociatedTupleN(Point2D_F64... src)
-
Method Summary
Modifier and Type Method Description Point2D_F64
get(int index)
double
getX(int index)
double
getY(int index)
void
set(int index, double x, double y)
void
set(int index, Point2D_F64 src)
void
setTo(AssociatedTuple src)
int
size()
-
Field Details
-
p
Set of associated observations
-
-
Constructor Details
-
AssociatedTupleN
public AssociatedTupleN(int num) -
AssociatedTupleN
-
-
Method Details
-
getX
public double getX(int index)- Specified by:
getX
in interfaceAssociatedTuple
-
getY
public double getY(int index)- Specified by:
getY
in interfaceAssociatedTuple
-
get
- Specified by:
get
in interfaceAssociatedTuple
-
set
public void set(int index, double x, double y)- Specified by:
set
in interfaceAssociatedTuple
-
set
- Specified by:
set
in interfaceAssociatedTuple
-
size
public int size()- Specified by:
size
in interfaceAssociatedTuple
-
setTo
- Specified by:
setTo
in interfaceAssociatedTuple
-