Login  Register

Re: Plugin announcement: Parallel Super-Resolution

Posted by sLorentz on Sep 17, 2009; 7:20am
URL: http://imagej.273.s1.nabble.com/Plugin-announcement-Parallel-Super-Resolution-tp3691130p3691131.html

Hello,

thanks for sharing. I've got a problem using it, though.
I open four images using ImageJ. Then I run the plugin. Next, I click on "Reconstruct". Then an error message appears: "3D stack or 4D hyperstack is required".

How can I use it correctly?

Thanks a lot,
Sabine Lorentz

Piotr Wendykier wrote
Hello,

A new plugin, called "Parallel Super-Resolution", is available at:

http://sites.google.com/site/piotrwendykier/software/parallelsuperresolution

Super-resolution is an image fusion and reconstruction problem, where
an improved resolution image is obtained from several geometrically
warped, low resolution images. The high resolution image is not only
an image that has more pixels (like in the case of interpolation), but
it also has more visible details.

Features:

- The plugin can handle arbitrary-sized stacks (low resolution 2D input images)
  and 4D hyperstacks (low resolution 3D input images)
- Multithreading (user can choose the number of computational threads)
- Gauss-Newton used as a non-linear solver
- HyBR used as a linear solver
- Different output types (Same as source, Byte, Short or Float)
- Single and double precision
- Show iterations option
- Non-modal GUI
- The plugin can be called from ImageJ macro

I hope you will find it useful.

Piotr Wendykier