Ejemplo n.º 1
0
 /// <summary>
 /// The OnTestAccuracyUpdate callback fires from within the Run method and is used to give the recipient the chance to determine whether the label detected is correct or not.
 /// </summary>
 /// <param name="e">Specifies the argument sent with the callback.</param>
 public void OnTestAccuracyUpdate(TestAccuracyUpdateArgs e)
 {
     testAccuracyUpdate(e);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Override called by the OnTestAccuracyUpdate event fired from within the Run method and is used to give the recipient the chance to determine whether the label detected is correct or not.
 /// </summary>
 /// <param name="e">Specifies the argument sent with the callback.</param>
 protected virtual void testAccuracyUpdate(TestAccuracyUpdateArgs e)
 {
 }