public class DepthSparse3D_to_PixelTo3D<T extends boofcv.struct.image.ImageGray<T>> extends java.lang.Object implements ImagePixelTo3D
DepthSparse3D for ImagePixelTo3D.| Constructor and Description |
|---|
DepthSparse3D_to_PixelTo3D(DepthSparse3D<T> alg) |
| 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.
|
public DepthSparse3D_to_PixelTo3D(DepthSparse3D<T> alg)
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