Explorar o código

Fixed getConfodence return type in ImageData.

Daniel Kauth %!s(int64=11) %!d(string=hai) anos
pai
achega
5a88ca0ab4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bbiwarg/DataSource/ImageData.cs

+ 1 - 1
bbiwarg/DataSource/ImageData.cs

@@ -39,7 +39,7 @@ namespace bbiwarg.DataSource
             return depthImage.getDepth(x, y);
         }
 
-        public float getConfidence(int x, int y)
+        public short getConfidence(int x, int y)
         {
             return confidenceImage.getConfidence(x, y);
         }