help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I do to interpolate an image using bilinear interpolation or


From: Søren Hauberg
Subject: Re: How can I do to interpolate an image using bilinear interpolation or nearest neighbor? I would not use any function of the package image.
Date: Sun, 16 Dec 2012 23:35:54 +0100

On Dec 16, 2012, at 11:27 PM, Ben Abbott wrote:

> On Dec 15, 2012, at 12:05 PM, eduardo silva wrote:
> 
>> Is there any function that can help me or need to implement the algorithms to
>> work pixel by pixel
> 
> Have you looked at interp2?

Or 'imresize' from the 'image' package (this is just a glorified wrapper around 
'interp2').

Søren

reply via email to

[Prev in Thread] Current Thread [Next in Thread]