Login  Register

Re: CLAHE update, speed up

Posted by Stephan Saalfeld on Aug 13, 2010; 10:13am
URL: http://imagej.273.s1.nabble.com/CLAHE-update-speed-up-tp3687263p3687264.html

Hi Gabriel,

thanks for the bug report.  I forgot to include the respective Util
class into the standalone plugin jar, because, in my installation, there
was the library included...

Fixed.  Please download again:

http://fly.mpi-cbg.de/saalfeld/download/clahe_.jar

Best,
Stephan




On Fri, 2010-08-13 at 09:41 +0100, Gabriel Landini wrote:

> On Thursday 12 August 2010, you wrote:
> >
> > or as a standalone jar for ImageJ's plugins folder
> >
> > http://fly.mpi-cbg.de/saalfeld/download/clahe_.jar
>
> Hi Stephan,
> I copied the jar to my ./plugins/Filters folder and I get this error:
> Probably there is something missing in the jar file?
>
> java.lang.NoSuchMethodError: mpicbg.util.Util.memset([BB)V
> at mpicbg.ij.clahe.FastFlat$Apply.<init>(FastFlat.java:98)
> at mpicbg.ij.clahe.FastFlat$RGBApply.<init>(FastFlat.java:271)
> at mpicbg.ij.clahe.FastFlat.run(FastFlat.java:561)
> at mpicbg.ij.clahe.FastFlat.run(FastFlat.java:425)
> at mpicbg.ij.clahe.FastFlat.run(FastFlat.java:334)
> at mpicbg.ij.clahe.PlugIn.run(PlugIn.java:147)
> at mpicbg.ij.clahe.PlugIn.run(PlugIn.java:133)
> at ij.IJ.runUserPlugIn(IJ.java:183)
> at ij.IJ.runPlugIn(IJ.java:150)
> at ij.Executer.runCommand(Executer.java:124)
> at ij.Executer.run(Executer.java:61)
> at java.lang.Thread.run(Thread.java:619)
>
> Cheers
>
> Gabriel