Ejemplo n.º 1
0
 public SobelFilter()
 {
     FilterX = new SobelFilterX();
     FilterY = new SobelFilterY();
 }