Beispiel #1
0
 private void buttonContours_Click(object sender, EventArgs e)
 {
     czyMetoda = false;
     try
     {
         pictureBox1.Image = ObrazSat.FindContours();
     }
     catch (Exception ex) { MessageBox.Show("Błąd " + ex.ToString()); }
 }