Example #1
0
 /// <summary>
 /// Initialize with no threshold
 /// </summary>
 public WeightedAverage()
 {
     _threshold        = 220;
     _search_direction = ESearchDirection.TopDown;
 }
Example #2
0
 /// <summary>
 /// Initialize with no threshold
 /// </summary>
 public WeightedAverage() {
   _threshold = 220;
   _search_direction = ESearchDirection.TopDown;
 }