public class WorldToCameraToPixel
extends java.lang.Object
| Constructor and Description |
|---|
WorldToCameraToPixel() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(IntrinsicParameters intrinsic,
georegression.struct.se.Se3_F64 worldToCamera)
Specifies intrinsic camera parameters and the transform from world to camera.
|
georegression.struct.point.Point2D_F64 |
transform(georegression.struct.point.Point3D_F64 worldPt)
Computes location of 3D point in world as observed in the camera.
|
boolean |
transform(georegression.struct.point.Point3D_F64 worldPt,
georegression.struct.point.Point2D_F64 pixelPt)
Computes the observed location of the specified point in world coordinates in the camera pixel.
|
public void configure(IntrinsicParameters intrinsic, georegression.struct.se.Se3_F64 worldToCamera)
intrinsic - camera parametersworldToCamera - transform from world to camerapublic boolean transform(georegression.struct.point.Point3D_F64 worldPt,
georegression.struct.point.Point2D_F64 pixelPt)
worldPt - Location of point in world framepixelPt - Pixel observation of point.public georegression.struct.point.Point2D_F64 transform(georegression.struct.point.Point3D_F64 worldPt)
worldPt - Location of point on world reference frame