Gaussian downsampling with ImageJ on-board tools

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

Gaussian downsampling with ImageJ on-board tools

Stephan Saalfeld
Hi all,

I wrote a little Javascript for Gaussian downsampling of an image which
is of particular importance when scaling down a lot.  ImageJ has
everything on-board to do this and Javascript is a beautiful language ;)

Find the script and documentation here:

http://pacific.mpi-cbg.de/wiki/index.php/Downsample

Best regards,
Stephan
Reply | Threaded
Open this post in threaded view
|

Re: Gaussian downsampling with ImageJ on-board tools

Stephan Preibisch
I just tried for some preview images on a homepage...really nice

All the best,
Steffi

> Hi all,
>
> I wrote a little Javascript for Gaussian downsampling of an image which
> is of particular importance when scaling down a lot.  ImageJ has
> everything on-board to do this and Javascript is a beautiful language ;)
>
> Find the script and documentation here:
>
> http://pacific.mpi-cbg.de/wiki/index.php/Downsample
>
> Best regards,
> Stephan
>
Reply | Threaded
Open this post in threaded view
|

Re: Gaussian downsampling with ImageJ on-board tools

Gabriel Landini
On Friday 22 August 2008, Stephan Preibisch wrote:
> I just tried for some preview images on a homepage...really nice

Do you mean integrated in a webpage? Or am I misunderstunding something?

Thanks

G.
Reply | Threaded
Open this post in threaded view
|

Re: Gaussian downsampling with ImageJ on-board tools

Stephan Preibisch
Hi Gabriel,

no no, I just use it to create thumbnails. And there it is really important
to use a proper downsampling as you decrease the image size by at least one
order of magnitude. Other interpolation schemes are not very good for that,
as they just ignore most of the input pixel.

S.

-----Original Message-----
From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of
Gabriel Landini
Sent: Friday, August 22, 2008 11:09 AM
To: [hidden email]
Subject: Re: Gaussian downsampling with ImageJ on-board tools

On Friday 22 August 2008, Stephan Preibisch wrote:
> I just tried for some preview images on a homepage...really nice

Do you mean integrated in a webpage? Or am I misunderstunding something?

Thanks

G.