All ImageJ commands are listed in Plugins>Utilities>List Commands...
Despeckling is in ij.plugin.filter.RankFilters. In this class, Despeckling
becomes a Median filter with a radius of 1. Specifically, the method you'd
be interested in is rankFloat(ip, 1.0, MEDIAN) and findMedian(float[] a) in
the RankFilters class at
http://rsb.info.nih.gov/ij/developer/source/index.htmlGali Baler
NIMH Summer IRTA
GC212 Bldg. 36 NIH
[hidden email]
-----Original Message-----
From: Joshua Kim [mailto:
[hidden email]]
Sent: Monday, July 25, 2005 1:53 PM
To: List IMAGEJ
Subject:
Hello All:
Do you know where I can find the despeckling algorithm that ImageJ uses?
Thanks in advance.
-Josh