by Marco Al <m.f.al@[EMAIL PROTECTED]
>
Nov 26, 2008 at 08:54 AM
Ibn-Batot wrote:
> Hello everybody,
> is there any Matlab source for generating aliased images ? i need that
> to help me measure how did i remove it later . The problem i am facing
> is, the usual research is how to remove aliasing but i do not know the
> implementation for their algorithms
I'll assume you mean aliasing from undersampling (and not only edge
aliasing caused by 3D rendering).
Just decimate an image, instant aliasing. For the reference to compare
the output of your filter against you use "good" downsampling on the
original image, for instance by using a small radius gaussian blur
before the decimation.