|
@@ -81,8 +81,9 @@ namespace bbiwarg.VideoHandles
|
|
colorImage = inputProvider.getColorImage();
|
|
colorImage = inputProvider.getColorImage();
|
|
|
|
|
|
handImage.filterMedian(3);
|
|
handImage.filterMedian(3);
|
|
- int minDepth = handImage.getMinDepth();
|
|
|
|
|
|
+ Int16 minDepth = handImage.getMinDepth();
|
|
handImage.thresholdDepth(minDepth, minDepth + 200);
|
|
handImage.thresholdDepth(minDepth, minDepth + 200);
|
|
|
|
+ handImage.thresholdBinary((short) (minDepth + 50));
|
|
|
|
|
|
histogram = handImage.getSmoothedHistogram();
|
|
histogram = handImage.getSmoothedHistogram();
|
|
segmentationDepth = handImage.getSegmentationDepth();
|
|
segmentationDepth = handImage.getSegmentationDepth();
|