|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point_2D | |
sugr | This package (SUGR) is a library for Statistically Uncertain Geometric reasoning. |
sugr.example | This package contains some simple examples to show the use of SUGR |
Uses of Point_2D in sugr |
Methods in sugr that return Point_2D | |
Point_2D |
ProjectiveCamera.transform(Point_3D p)
Performes the projection of a 3D point |
Point_2D |
Point_2D.copy()
returns a copy of this point. |
Methods in sugr with parameters of type Point_2D | |
Line_3D |
ProjectiveCamera.transform(Point_2D p)
Performes the inverse projection of an 2D-point |
Constructors in sugr with parameters of type Point_2D | |
Incident(Point_2D x,
java.lang.Class secondClass)
Build up an Incident-Relation between Point_2D and Line_2D |
|
Translation_2D(Point_2D x)
Creates a translation by a Point_2D |
|
Translation_2D(Point_2D x,
Matrix cov)
Creates a translation by a Point_2D |
|
Line_2D(Point_2D x,
Point_2D y)
Creates a line be two Point_2D. |
|
Equal(Point_2D x,
java.lang.Class secondClass)
Build up an Equal-Relation between two Point_2D. |
|
Homography_2D(Point_2D x11,
Point_2D x12,
Point_2D x21,
Point_2D x22,
Point_2D x31,
Point_2D x32,
Point_2D x41,
Point_2D x42)
Creates homography from four homologous points All points need to have covariance matrices of rank at least two. |
Uses of Point_2D in sugr.example |
Fields in sugr.example declared as Point_2D | |
private Point_2D[] |
MyChair.points2D
|
Methods in sugr.example that return Point_2D | |
Point_2D[] |
MyChair.getPoints2D()
Returns copy of array of 2D points. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |