Example #1
0
        public void Smooth4()
        {
            Sharpen1();
            Smooth _smooth = new Smooth();

            SmoothBitmap = _smooth.smooth(SharpenBitmap);
        }
Example #2
0
        public void Smooth3()
        {
            Smooth2();
            Smooth _smooth = new Smooth();

            SmoothBitmap = _smooth.smooth(SmoothBitmap);
        }
Example #3
0
        public void theSmooth()
        {
            Smooth _smooth = new Smooth();

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

            SmoothBitmap = _smooth.smooth(_bitmap);
        }