Package boofcv.struct.geo
Class AssociatedTriple
java.lang.Object
boofcv.struct.geo.AssociatedTriple
Contains a set of three observations of the same point feature in three different views.
-
Field Summary
Modifier and TypeFieldDescriptionObservation in View 1Observation in View 2Observation in View 3 -
Constructor Summary
ConstructorDescriptionAssociatedTriple
(Point2D_F64 p1, Point2D_F64 p2, Point2D_F64 p3) AssociatedTriple
(Point2D_F64 p1, Point2D_F64 p2, Point2D_F64 p3, boolean newInstance) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
get
(int i) boolean
isIdentical
(AssociatedTriple o, double tol) void
print()
void
set
(int i, double x, double y) setTo
(double x1, double y1, double x2, double y2, double x3, double y3) setTo
(Point2D_F64 p1, Point2D_F64 p2, Point2D_F64 p3) void
zero()
-
Field Details
-
p1
Observation in View 1 -
p2
Observation in View 2 -
p3
Observation in View 3
-
-
Constructor Details
-
AssociatedTriple
-
AssociatedTriple
-
AssociatedTriple
public AssociatedTriple()
-
-
Method Details
-
setTo
-
setTo
-
setTo
-
zero
public void zero() -
copy
-
get
-
set
public void set(int i, double x, double y) -
isIdentical
-
print
public void print()
-