Login  Register

Re: Java code for Process-> Find Edge

Posted by dscho on Jul 16, 2010; 9:33pm
URL: http://imagej.273.s1.nabble.com/Java-code-for-Process-Find-Edge-tp3687598p3687602.html

Hi,

On Fri, 16 Jul 2010, Donny George wrote:

> I am excited about using the command Process-> Find Edge for analysing
> my images. However I believe I would like to add on to certain aspects
> on this particular feature. I tried to figure out the code from the
> imagej website but i was not able to. Could someone please guide where i
> could find the java source code for this feature.

You can find it here:

http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=ImageJA.git;a=blob;f=ij/process/ImageProcessor.java;hb=refs/heads/master#l1283

(The filter() method is abstract in the ImageProcessor class, and is
implemented in each subclass exlicitely.)

For what it's worth, I found it by starting Fiji's Script Editor (in a
Fiji built from source including ImageJ), calling Tools>Open .java file
for menu item..., and following a few calls through Tools>Open .java file
for class...

Hth,
Johannes