一个算法(SteerableJ.zip)用java写的,可以在ImageJ下运行,下载地址:
http://bigwww.epfl.ch/demo/steerable/download.html
下载好后steerableJ.zip解压缩后,再将steerablej.jar解压缩,然后打开SteerableDetector.jad文件.
我的问题是,这个文件中的Interpolator interpolator = new Interpolator(slice, nx, ny, "linear" 函数中的interpolator.getValue函数的代码是什么.我一直没有找到.
我想知道interpolator.getValue的具体插值算法,我自己写的就是没这个好. |