public TrackingMarker(MarkerName name, int hue, int tolerance, double offset)
     : this()
 {
     this.Name             = name;
     this.Hue              = hue;
     this.HueTolerance     = tolerance;
     this.RotationalOffset = offset;
 }
예제 #2
0
 private void BlueSample_MouseDown(object sender, MouseButtonEventArgs e)
 {
     this.currentlySampling = MarkerName.Blue;
 }