The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

 Compute mean value from neighbour nodes.

   LBL2 = grMean(EDGES, LBL1)
   new label for each node of the graph is computed as the mean of the
   values of neighbours and of old value.

   Example
   grMean

   See also
   grMedian, grDilate, grErode

Package: matgeom