public void Smooth4() { Sharpen1(); Smooth _smooth = new Smooth(); SmoothBitmap = _smooth.smooth(SharpenBitmap); }
public void Smooth3() { Smooth2(); Smooth _smooth = new Smooth(); SmoothBitmap = _smooth.smooth(SmoothBitmap); }
public void theSmooth() { Smooth _smooth = new Smooth(); SmoothBitmap = _smooth.smooth((Bitmap)theImage.Clone()); theImage = SmoothBitmap; }
public void Smooth1() { Smooth _smooth = new Smooth(); SmoothBitmap = _smooth.smooth(_bitmap); }