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