Example #1
0
 public Bitmap FiltroMediana()
 {
     Mean mean = new Mean();
     imagen = mean.Apply(imagen);
     return imagen;
 }