Beispiel #1
0
 // Inne -------------------------------------
 private void buttonHough_Click(object sender, EventArgs e)
 {
     czyMetoda = false;
     try
     {
         pictureBox1.Image = ObrazSat.HoughLine((int)numericUpDown3.Value, (double)numericUpDown4.Value, (double)numericUpDown5.Value);
     }
     catch (Exception ex) { MessageBox.Show("Błąd " + ex.ToString()); }
 }