Re: Image resizing
- From: "Harris" <xgeorgio@xxxxxx>
- Date: 23 Feb 2006 14:56:07 -0800
Try using weighted resize using polynomial interpolation (order 2 or
higher splines), plus a Wiener restration filter for sharpening the
resulting image. If your original image contains noise, add a Wiener
pre-processing filter before the resize for best results.
I don't think anyone can give you something like that "off-the-shelf"
because all stages are highly dependent on the specific problem and
images at hand.
--
Harris
.
- References:
- Image resizing
- From: Christophe Jacquelin
- Image resizing
- Prev by Date: Re: How to know the maximum frequency of an image to apply a filter.
- Next by Date: Re: How to know the maximum frequency of an image to apply a filter.
- Previous by thread: Re: Image resizing
- Next by thread: Re: Image resizing
- Index(es):