Пример #1
0
 public abstract void Transform(ColorChannels channels);
Пример #2
0
 public ImageProcessor(ColorChannels channels, WaveletTransform transform)
 {
     this.channels  = channels;
     this.transform = transform;
 }