Kaynağa Gözat

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

Anton Rohr 11 yıl önce
ebeveyn
işleme
1e5adebdcd
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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