Login  Register

Re: setInterpolationMethod(int)

Posted by Michael Schmid on Apr 30, 2009; 9:33am
URL: http://imagej.273.s1.nabble.com/setInterpolationMethod-int-tp3692727p3692729.html

Hi Tony,

you have to upgrade to the latest version; this is a feature that was  
introduced only recently.

Plugins>Utilities>Update ImageJ

The packages on the download site are not rebuilt with every minor  
version update.

Michael
________________________________________________________________

On 30 Apr 2009, at 11:11, Tony Shepherd wrote:

> The method setInterpolationMethod(int method) is not found by the  
> compiler.
> It should be in ij.process.ImageProcessor.class
>
> Looking at the source code the method is there right after
> setInterpolate(boolean interpolate).
>
> The compiler finds this older method but not the new one so it  
> could be a
> version issue. I'm using ImageJ 1.41, which I recently downloaded  
> bundled
> with java.
>
> Any ideas?
>
> Tony