Beispiel #1
0
 private void buttonLapl_Click(object sender, EventArgs e)
 {
     try
     {
         pictureBox1.Image = ObrazSat.Laplacian((double)numericUpDown1.Value);
     }
     catch (Exception ex) { MessageBox.Show("Błąd " + ex.ToString()); }
 }