Module org.scijava.ops.image
Class DefaultInertiaTensor3DMesh
- java.lang.Object
-
- org.scijava.ops.image.geom.geom3d.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 aMesh(Label).- Author:
- Tim-Oliver Buchholz (University of Konstanz)
- Implementation Note:
- op names='geom.secondMoment'
-
-
Constructor Summary
Constructors Constructor Description DefaultInertiaTensor3DMesh()
-
-
-
Method Detail
-
apply
public RealMatrix apply(net.imglib2.mesh.Mesh input)
TODO- Specified by:
applyin interfaceFunction<net.imglib2.mesh.Mesh,RealMatrix>- Parameters:
input- theMesh- Returns:
- the 2nd multi variate, stored within a
RealMatrixinertiaTensor
-
-