Ejemplo n.º 1
0
        public void Smooth4()
        {
            Sharpen1();
            Smooth _smooth = new Smooth();

            SmoothBitmap = _smooth.smooth(SharpenBitmap);
        }
Ejemplo n.º 2
0
        public void Smooth3()
        {
            Smooth2();
            Smooth _smooth = new Smooth();

            SmoothBitmap = _smooth.smooth(SmoothBitmap);
        }
Ejemplo n.º 3
0
        public void theSmooth()
        {
            Smooth _smooth = new Smooth();

            SmoothBitmap = _smooth.smooth((Bitmap)theImage.Clone());
            theImage     = SmoothBitmap;
        }
Ejemplo n.º 4
0
        public void Smooth1()
        {
            Smooth _smooth = new Smooth();

            SmoothBitmap = _smooth.smooth(_bitmap);
        }