Login  Register

setInterpolationMethod(int)

Posted by Tony Shepherd on Apr 30, 2009; 9:11am
URL: http://imagej.273.s1.nabble.com/setInterpolationMethod-int-tp3692727.html

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