Exemple #1
0
 private void materialFlatButton9_Click(object sender, EventArgs e)
 {
     BTol.Btol btolTest = new BTol.Btol(@"C:\Users\PC\Downloads\Video\NgoaiHam.avi");
     btolTest.ApplyOtsuThresholdingAlgorithm();
 }
Exemple #2
0
 private void materialFlatButton1_Click(object sender, EventArgs e)
 {
     BTol.Btol btolDebug = new BTol.Btol();
     btolDebug.Testing();
 }