|
@@ -66,8 +66,8 @@ namespace bbiwarg
|
|
|
|
|
|
|
|
|
// 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
|
|
|
|