Re: Find maxima .. algorithm discription
Posted by
Jan Eglinger-3 on
URL: http://imagej.273.s1.nabble.com/Find-maxima-algorithm-discription-tp3683914p3683919.html
Hi Ayman,
On 14.07.2011 6:53 PM, Ayman wrote:
> I searched the source code archive in ImageJ's developer resources and was
> unable to find the source code for "Find Maxima". Do you know where this
> code might be available? I ask because there are many different algorithms
> for flood filling and I'd like to incorporate the one that "Find Maxima"
> uses. Alternatively, would you be able to provide the source code?
When you start "Plugins > Utilities > Find Commands..." or just press
[L], and then type your command of interest "Find Maxima" with "Show
full information" checked, you will see that the command resides in
Find Maxima... (in Process) [ij.plugin.filter.MaximumFinder]
You can find the source code for example on Fiji's git repository:
http://fiji.sc/cgi-bin/gitweb.cgi?p=imagej.git;a=blob;f=ij/plugin/filter/MaximumFinder.javaHope that helps,
Jan