Class DefaultInertiaTensor3DMesh

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

    public class DefaultInertiaTensor3DMesh
    extends Object
    implements Function<net.imglib2.mesh.Mesh,​RealMatrix>
    This Op computes the 2nd multi variate of a Mesh (Label).
    Author:
    Tim-Oliver Buchholz (University of Konstanz)
    Implementation Note:
    op names='geom.secondMoment'
    • Constructor Detail

      • DefaultInertiaTensor3DMesh

        public DefaultInertiaTensor3DMesh()
    • Method Detail

      • apply

        public RealMatrix apply​(net.imglib2.mesh.Mesh input)
        TODO
        Specified by:
        apply in interface Function<net.imglib2.mesh.Mesh,​RealMatrix>
        Parameters:
        input - the Mesh
        Returns:
        the 2nd multi variate, stored within a RealMatrix inertiaTensor