From: <car...@us...> - 2011-11-28 19:13:45
|
Revision: 9212 http://octave.svn.sourceforge.net/octave/?rev=9212&view=rev Author: carandraug Date: 2011-11-28 19:13:38 +0000 (Mon, 28 Nov 2011) Log Message: ----------- bwlabeln: improved help text Modified Paths: -------------- trunk/octave-forge/main/image/src/bwlabeln.cc Modified: trunk/octave-forge/main/image/src/bwlabeln.cc =================================================================== --- trunk/octave-forge/main/image/src/bwlabeln.cc 2011-11-28 19:12:43 UTC (rev 9211) +++ trunk/octave-forge/main/image/src/bwlabeln.cc 2011-11-28 19:13:38 UTC (rev 9212) @@ -215,13 +215,16 @@ DEFUN_DLD(bwlabeln, args, , "\ -*- texinfo -*-\n\ @deftypefn {Function File} {[@var{l}, @var{num}] =} bwlabeln(@var{bw}, @var{n})\n\ +Label foreground objects in the n-dimensional binary image @var{bw}.\n\ \n\ -Labels foreground objects in the n-dimensional binary image @var{bw}.\n\ +The optional argument @var{n} sets the connectivity and defaults 26.\n\ +\n\ The output @var{l} is an Nd-array where 0 indicates a background\n\ pixel, 1 indicates that the pixel belong to object number 1, 2 that\n\ the pixel belong to object number 2, etc. The total number of objects\n\ is @var{num}.\n\ \n\ +@seealso{bwconncomp, bwlabel, regionprops}\n\ @end deftypefn\n\ ") { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |