|
@@ -193,6 +193,11 @@ namespace bbiwarg.DataSource
|
|
|
return new UVImage(width, height, uvData);
|
|
|
}
|
|
|
|
|
|
+ public ImageData getImageData()
|
|
|
+ {
|
|
|
+ return new ImageData(getDepthImage(), getConfidenceImage(), getColorImage(), getUVImage());
|
|
|
+ }
|
|
|
+
|
|
|
private void checkHandIndex(uint handIndex)
|
|
|
{
|
|
|
if (handIndex < 1 || handIndex > 2)
|