public class VisualDepthOps
extends java.lang.Object
| Constructor and Description |
|---|
VisualDepthOps() |
| Modifier and Type | Method and Description |
|---|---|
static void |
depthTo3D(boofcv.struct.calib.CameraPinholeRadial param,
boofcv.struct.image.GrayU16 depth,
org.ddogleg.struct.FastQueue<georegression.struct.point.Point3D_F64> cloud)
Creates a point cloud from a depth image.
|
static void |
depthTo3D(boofcv.struct.calib.CameraPinholeRadial param,
boofcv.struct.image.Planar<boofcv.struct.image.GrayU8> rgb,
boofcv.struct.image.GrayU16 depth,
org.ddogleg.struct.FastQueue<georegression.struct.point.Point3D_F64> cloud,
boofcv.struct.FastQueueArray_I32 cloudColor)
Creates a point cloud from a depth image and saves the color information.
|
public static void depthTo3D(boofcv.struct.calib.CameraPinholeRadial param,
boofcv.struct.image.GrayU16 depth,
org.ddogleg.struct.FastQueue<georegression.struct.point.Point3D_F64> cloud)
param - Intrinsic camera parameters for depth imagedepth - depth image. each value is in millimeters.cloud - Output point cloudpublic static void depthTo3D(boofcv.struct.calib.CameraPinholeRadial param,
boofcv.struct.image.Planar<boofcv.struct.image.GrayU8> rgb,
boofcv.struct.image.GrayU16 depth,
org.ddogleg.struct.FastQueue<georegression.struct.point.Point3D_F64> cloud,
boofcv.struct.FastQueueArray_I32 cloudColor)
param - Intrinsic camera parameters for depth imagedepth - depth image. each value is in millimeters.rgb - Color image that's aligned to the depth.cloud - Output point cloudcloudColor - Output color for each point in the cloud