Forráskód Böngészése

-changed finger linesegment color for better differentation of tracked and detected Fingers

Anton Rohr 11 éve
szülő
commit
1e5adebdcd
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      bbiwarg/Constants.cs

+ 2 - 2
bbiwarg/Constants.cs

@@ -10,8 +10,8 @@ namespace bbiwarg
     class Constants
     {
         // colors
-        public static readonly Color ColorDetected = Color.White;
-        public static readonly Color ColorTracked = Color.Yellow;
+        public static readonly Color ColorDetected = Color.Green;
+        public static readonly Color ColorTracked = Color.LightGoldenrodYellow;
 
         //public static readonly Color EdgeColor = Color.Blue; // edgeImage draw direct to blue chanel from outputImage