public static class PyramidDirectColorDepth.LayerTo3D extends java.lang.Object implements ImagePixelTo3D
| Modifier and Type | Field and Description |
|---|---|
double |
scale |
| Constructor and Description |
|---|
LayerTo3D() |
| Modifier and Type | Method and Description |
|---|---|
double |
getW()
Found w-coordinate of point in camera coordinate system.
|
double |
getX()
Found x-coordinate of point in camera coordinate system.
|
double |
getY()
Found y-coordinate of point in camera coordinate system.
|
double |
getZ()
Found z-coordinate of point in camera coordinate system.
|
boolean |
process(double x,
double y)
Estimate the location of the pixel in 3D camera coordinates.
|
void |
wrap(ImagePixelTo3D orig) |
public void wrap(ImagePixelTo3D orig)
public boolean process(double x,
double y)
ImagePixelTo3Dprocess in interface ImagePixelTo3Dx - x-coordinate of the pixely - y-coordinate of the pixelpublic double getX()
ImagePixelTo3DgetX in interface ImagePixelTo3Dpublic double getY()
ImagePixelTo3DgetY in interface ImagePixelTo3Dpublic double getZ()
ImagePixelTo3DgetZ in interface ImagePixelTo3Dpublic double getW()
ImagePixelTo3DgetW in interface ImagePixelTo3D