Login  Register

Re: Execute "Line to Area" from "segmented line" roi

Posted by Gabriel Landini on Aug 24, 2014; 7:36am
URL: http://imagej.273.s1.nabble.com/Execute-Line-to-Area-from-segmented-line-roi-tp5009299p5009322.html

On Saturday 23 Aug 2014 14:15:44 you wrote:
> Just curious, because I could not find the answer on google: what the "Fit
> Spline" command do?

You can find what all the commands do using the online documentation.
http://rsbweb.nih.gov/ij/docs/guide/146.html

In this case:
http://rsbweb.nih.gov/ij/docs/guide/146-27.html

27.12.4 Fit Spline
Fits a cubic spline curve to a polygon or polyline selection (see ROI
manipulations).

If you want to know what the command does in terms of what code it executes,
use CTRL-L and type Fit Spine in the Search box. That shows you that the
command calls ij.plugin.Selection("spline")

Hope this helps.
Cheers

Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html