Package boofcv.struct.geo
Interface AssociatedTuple
- All Known Implementing Classes:
AssociatedTupleDN
,AssociatedTupleN
public interface AssociatedTuple
Interface for arbitrary number of matched 2D features
-
Method Summary
Modifier and TypeMethodDescriptionget
(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()
void
zero()
-
Method Details
-
getX
double getX(int index) -
getY
double getY(int index) -
get
-
set
void set(int index, double x, double y) -
set
-
size
int size() -
setTo
-
zero
void zero()
-