Non-local means filter?

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

Non-local means filter?

Heerpa
Hi everyone,

 

I find that using the non-local means denoising filter
(http://www.ipol.im/pub/art/2011/bcm_nlm/ ) on my fluorescence image data
cleans up the noise nicely. So I wouldlike to use it via an ImageJ plugin. I
could not find any implementation of it for ImageJ, though - has any of you
come across one and is ready to share it?

I only found an implementation for a NIH medical imaging project called
mipav, but it looks like a non-open source project to me.

 

best, Heinrich

 


--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Non-local means filter?

ctrueden
Hi Heinrich,


> I only found an implementation for a NIH medical imaging project called
> mipav, but it looks like a non-open source project to me.


You could try asking about the MIPAV implementation on their mailing list:
  https://list.nih.gov/cgi-bin/wa.exe?SUBED1=MIPAV&A=1

Perhaps they would be able to open source that component.

Regards,
Curtis


On Mon, Oct 1, 2012 at 8:29 AM, Heinrich Grabmayr
<[hidden email]>wrote:

> Hi everyone,
>
>
>
> I find that using the non-local means denoising filter
> (http://www.ipol.im/pub/art/2011/bcm_nlm/ ) on my fluorescence image data
> cleans up the noise nicely. So I wouldlike to use it via an ImageJ plugin.
> I
> could not find any implementation of it for ImageJ, though - has any of you
> come across one and is ready to share it?
>
> I only found an implementation for a NIH medical imaging project called
> mipav, but it looks like a non-open source project to me.
>
>
>
> best, Heinrich
>
>
>
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Non-local means filter?

jumpfunky
In reply to this post by Heerpa
Hi,
we've implemented the non local means filter for ImageJ:
https://code.google.com/p/ij-non-local-means/

Kind Regards
Thorsten Wagner