public static interface StreamOpenKinectRgbDepth.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
processKinect(boofcv.struct.image.MultiSpectral<boofcv.struct.image.ImageUInt8> rgb,
boofcv.struct.image.ImageUInt16 depth,
long timeRgb,
long timeDepth)
Function for processing synchronized kinect data.
|
void processKinect(boofcv.struct.image.MultiSpectral<boofcv.struct.image.ImageUInt8> rgb,
boofcv.struct.image.ImageUInt16 depth,
long timeRgb,
long timeDepth)
rgb - Color imagedepth - Depth imagetimeRgb - Time-stamp for rgb imagetimeDepth - Time-stamp for depth image