Login  Register

Re: source code

Posted by Wayne Rasband on Jan 08, 2007; 5:06am
URL: http://imagej.273.s1.nabble.com/source-code-tp3700675p3700676.html

Here are two ways to find the curve fitting source code in ImageJ:

1. Use the Plugins>Utilities>Search command in ImageJ to search for  
"fitting" (without the quotes) in the "source" directory. You will  
need to have first downloaded the latest ImageJ source from <http://
rsb.info.nih.gov/ij/download/src/> and to have extracted the "source"  
directory from the ZIP archive.

2. Go to the ImageJ Search page at <http://rsb.info.nih.gov/ij/ 
search.html> and enter "curve fitting" (without the quotes) into  
either of the search boxes.

-wayne


On Jan 7, 2007, at 6:39 PM, John Sharp wrote:

> I want to use the curve fitting program in a plugin I'm writing but  
> I haven't been able to find the source code.  I've looked in the  
> source/ij/plugin folder and I don't see it or anything with a  
> different name that sounds like a curve fit plugin.
>
> Where else should I be looking?
>
> TIA