فهرست منبع

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

Anton Rohr 11 سال پیش
والد
کامیت
1e5adebdcd
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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