소스 검색

-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