|
@@ -1,5 +1,6 @@
|
|
using System;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Collections.Generic;
|
|
|
|
+using System.Drawing;
|
|
using System.Linq;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Threading.Tasks;
|
|
@@ -185,8 +186,8 @@ namespace bbiwarg
|
|
}
|
|
}
|
|
|
|
|
|
// add borders
|
|
// add borders
|
|
- edgeFingerOutputImage.drawRectangle(0, 0, Width - 1, Height - 1, 255, 255, 255);
|
|
|
|
- depthPalmTouchOutputImage.drawRectangle(0, 0, Width - 1, Height - 1, 255, 255, 255);
|
|
|
|
|
|
+ edgeFingerOutputImage.drawRectangle(0, 0, Width - 1, Height - 1, Color.White);
|
|
|
|
+ depthPalmTouchOutputImage.drawRectangle(0, 0, Width - 1, Height - 1, Color.White);
|
|
OutputImages = new OutputImage[] { edgeFingerOutputImage, depthPalmTouchOutputImage, touchEventVisualizer.OutputImage};
|
|
OutputImages = new OutputImage[] { edgeFingerOutputImage, depthPalmTouchOutputImage, touchEventVisualizer.OutputImage};
|
|
Timer.stop("processFrameUpdate");
|
|
Timer.stop("processFrameUpdate");
|
|
}
|
|
}
|