Announcement: Parallel Spectral Deconvolution Plugin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Announcement: Parallel Spectral Deconvolution Plugin

Piotr Wendykier
Hello,

A new plugin, called "Parallel Spectral Deconvolution", is available at:

http://piotr.wendykier.googlepages.com/deconvolution

Features:

- 2D and 3D Generalized Tikhonov, Tikhonov and TSVD image deblurring.
- Multithreading.
- Reflexive and periodic boundary conditions.
- Automatic choice of regularization parameter (based on GCV).
- Very fast update option.
- Non-modal GUI.
- Can deblur 4096x4096 image in less than 7 seconds (on quad-core).

This plugin uses JTransforms - first open source, multithreaded FFT library
written in pure Java - available at:

http://piotr.wendykier.googlepages.com/jtransforms

I hope that you will find it useful.

Piotr Wendykier
Reply | Threaded
Open this post in threaded view
|

Re: Announcement: Parallel Spectral Deconvolution Plugin

Przemko
Piotr Wendykier wrote:

> Hello,
>
> A new plugin, called "Parallel Spectral Deconvolution", is available at:
>
> http://piotr.wendykier.googlepages.com/deconvolution
>
> Features:
>
> - 2D and 3D Generalized Tikhonov, Tikhonov and TSVD image deblurring.
> - Multithreading.
> - Reflexive and periodic boundary conditions.
> - Automatic choice of regularization parameter (based on GCV).
> - Very fast update option.
> - Non-modal GUI.
> - Can deblur 4096x4096 image in less than 7 seconds (on quad-core).
>
> This plugin uses JTransforms - first open source, multithreaded FFT library
> written in pure Java - available at:
>
> http://piotr.wendykier.googlepages.com/jtransforms
>
> I hope that you will find it useful.
>
> Piotr Wendykier
>
>  
Hi!
I get the following error list when I try the plugin:

java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at ij.io.PluginClassLoader.loadClass(PluginClassLoader.java:246)
    at ij.io.PluginClassLoader.loadClass(PluginClassLoader.java:209)
    at ij.IJ.runUserPlugIn(IJ.java:156)
    at ij.IJ.runPlugIn(IJ.java:124)
    at ij.Executer.runCommand(Executer.java:95)
    at ij.Executer.run(Executer.java:49)
    at java.lang.Thread.run(Unknown Source)

I have the latest, ImageJ, the latest Java and winxp. Any ideas?
Thank you!
Przemko

--
         Przemko Tylzanowski Ph.D.
         LSD & Joint, box 813-GREEN
         O & N
         University of Leuven
         Herestraat 49
         3000 Leuven
         Belgium
         
         phone: (32-16)34-61-96
         fax  : (32-16)34-62-00
         


Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
Reply | Threaded
Open this post in threaded view
|

Re: Announcement: Parallel Spectral Deconvolution Plugin

Piotr Wendykier
Przemko,

First of all, I have updated binaries on my website, so please
download and install the plugin again.
If this doesn't help, then make sure what version of Java is used by ImageJ:
Plugins -> Utilities -> ImageJ Properties...
It has to be at least Java 1.5

Piotr

On 10/2/07, Przemko <[hidden email]> wrote:

> Hi!
> I get the following error list when I try the plugin:
>
> java.lang.UnsupportedClassVersionError: Bad version number in .class file
>     at java.lang.ClassLoader.defineClass1(Native Method)
>     at java.lang.ClassLoader.defineClass(Unknown Source)
>     at java.lang.ClassLoader.defineClass(Unknown Source)
>     at ij.io.PluginClassLoader.loadClass(PluginClassLoader.java:246)
>     at ij.io.PluginClassLoader.loadClass(PluginClassLoader.java:209)
>     at ij.IJ.runUserPlugIn(IJ.java:156)
>     at ij.IJ.runPlugIn(IJ.java:124)
>     at ij.Executer.runCommand(Executer.java:95)
>     at ij.Executer.run(Executer.java:49)
>     at java.lang.Thread.run(Unknown Source)
>
> I have the latest, ImageJ, the latest Java and winxp. Any ideas?
> Thank you!
> Przemko
>
> --
>          Przemko Tylzanowski Ph.D.
>          LSD & Joint, box 813-GREEN
>          O & N
>          University of Leuven
>          Herestraat 49
>          3000 Leuven
>          Belgium
>
>          phone: (32-16)34-61-96
>          fax  : (32-16)34-62-00
>
>
>
> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
>
Reply | Threaded
Open this post in threaded view
|

Re: Announcement: Parallel Spectral Deconvolution Plugin

Knecht, David
Still doesn't work for me with new binaries and Java 1.5.  Dave

Dr. David Knecht
Department of Molecular and Cell Biology
Co-head Flow Cytometry and Confocal Microscopy Facility
U-3125
91 N. Eagleville Rd.
University of Connecticut
Storrs, CT 06269
860-486-2200
860-486-4331 (fax)


On Oct 2, 2007, at 8:19 AM, Piotr Wendykier wrote:

> Przemko,
>
> First of all, I have updated binaries on my website, so please
> download and install the plugin again.
> If this doesn't help, then make sure what version of Java is used  
> by ImageJ:
> Plugins -> Utilities -> ImageJ Properties...
> It has to be at least Java 1.5
>
> Piotr
>
> On 10/2/07, Przemko <[hidden email]> wrote:
>
>> Hi!
>> I get the following error list when I try the plugin:
>>
>> java.lang.UnsupportedClassVersionError: Bad version number  
>> in .class file
>>     at java.lang.ClassLoader.defineClass1(Native Method)
>>     at java.lang.ClassLoader.defineClass(Unknown Source)
>>     at java.lang.ClassLoader.defineClass(Unknown Source)
>>     at ij.io.PluginClassLoader.loadClass(PluginClassLoader.java:246)
>>     at ij.io.PluginClassLoader.loadClass(PluginClassLoader.java:209)
>>     at ij.IJ.runUserPlugIn(IJ.java:156)
>>     at ij.IJ.runPlugIn(IJ.java:124)
>>     at ij.Executer.runCommand(Executer.java:95)
>>     at ij.Executer.run(Executer.java:49)
>>     at java.lang.Thread.run(Unknown Source)
>>
>> I have the latest, ImageJ, the latest Java and winxp. Any ideas?
>> Thank you!
>> Przemko
>>
>> --
>>          Przemko Tylzanowski Ph.D.
>>          LSD & Joint, box 813-GREEN
>>          O & N
>>          University of Leuven
>>          Herestraat 49
>>          3000 Leuven
>>          Belgium
>>
>>          phone: (32-16)34-61-96
>>          fax  : (32-16)34-62-00
>>
>>
>>
>> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
>>