No Image

Mean Filtering in CSharp by asif

February 2, 2010 muthu 0

Brief Description Mean filtering is a simple, intuitive and easy to implement method of smoothing images, i.e. reducing the amount of intensity variation between one pixel and the next. […]

No Image

C# Image Averaging by asif

February 2, 2010 muthu 0

What is Image Averaging? Basic DETAILS… Consider a noisy image g(x, y) formed by the addition of noise µ(x, y) to an original image f(x, y); that is, where the assumption is that at […]

No Image

Convolution using C# by asif

February 2, 2010 muthu 0

Convolution is a simple mathematical operation which is fundamental to many common image processing operators. Convolution provides a way of `multiplying together’ two arrays of […]

No Image

Image Addition in C# by asif

February 2, 2010 muthu 0

Basic Working Mechanism In its most straightforward implementation, this operator takes as input two identically sized images and produces as output a third image of […]