Class CentroidMesh

  • All Implemented Interfaces:
    Function<net.imglib2.mesh.Mesh,​RealLocalizable>

    public class CentroidMesh
    extends Object
    implements Function<net.imglib2.mesh.Mesh,​RealLocalizable>
    Generic implementation of geom.centroid. Computation based on http://wwwf.imperial.ac.uk/~rn/centroid.pdf.
    Author:
    Tim-Oliver Buchholz (University of Konstanz)
    Implementation Note:
    op names='geom.centroid', label='Geometric: Centroid'
    • Constructor Detail

      • CentroidMesh

        public CentroidMesh()