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