Package | Description |
---|---|
org.openimaj.image.camera | |
org.openimaj.math.geometry.point | |
org.openimaj.math.geometry.transforms |
Modifier and Type | Field and Description |
---|---|
Point3d |
Camera.translation
The position of this camera in world coordinates
|
Modifier and Type | Method and Description |
---|---|
Point2d |
Camera.project(Point3d pt)
Project a 3d point onto the image plane
|
Modifier and Type | Class and Description |
---|---|
class |
Point3dImpl
Simple concrete implementation of a three dimensional point.
|
Modifier and Type | Method and Description |
---|---|
Point3d |
Point3d.copy()
Clone the point
|
static Point3d |
Point3dImpl.createRandomPoint()
Create a random point in ([0..1], [0..1], [0..1]).
|
Point3d |
Point3d.minus(Point3d a)
Take point point from another point such that return = this - a
|
Point3d |
Point3dImpl.minus(Point3d a) |
Point3d |
Point3d.transform(Jama.Matrix m)
Transform the point by the given matrix
|
Modifier and Type | Method and Description |
---|---|
void |
Point3d.copyFrom(Point3d p)
Copy the values of the given point into this point.
|
void |
Point3dImpl.copyFrom(Point3d p) |
Point3d |
Point3d.minus(Point3d a)
Take point point from another point such that return = this - a
|
Point3d |
Point3dImpl.minus(Point3d a) |
void |
Point3d.translate(Point3d v)
Translate the position of the point by the given amounts
|
void |
Point3dImpl.translate(Point3d v) |
Constructor and Description |
---|
Point3dImpl(Point3d p)
Construct a Point3dImpl with the (x,y,z) coordinates given via another
point.
|
Modifier and Type | Method and Description |
---|---|
Point3d |
AffineTransformModel3d.predict(Point3d p) |
Modifier and Type | Method and Description |
---|---|
Point3d |
AffineTransformModel3d.predict(Point3d p) |
Modifier and Type | Method and Description |
---|---|
boolean |
RigidTransformModel3d.estimate(List<? extends IndependentPair<Point3d,Point3d>> data) |
boolean |
RigidTransformModel3d.estimate(List<? extends IndependentPair<Point3d,Point3d>> data) |
boolean |
AffineTransformModel3d.estimate(List<? extends IndependentPair<Point3d,Point3d>> data) |
boolean |
AffineTransformModel3d.estimate(List<? extends IndependentPair<Point3d,Point3d>> data) |