Module org.scijava.ops.image
Class DefaultInertiaTensor3D<B extends BooleanType<B>>
- java.lang.Object
-
- org.scijava.ops.image.geom.geom3d.DefaultInertiaTensor3D<B>
-
- Type Parameters:
B- BooleanType
- All Implemented Interfaces:
Function<IterableRegion<B>,RealMatrix>
public class DefaultInertiaTensor3D<B extends BooleanType<B>> extends Object implements Function<IterableRegion<B>,RealMatrix>
This Op computes the 2nd multi variate of aIterableRegion(Label).- Author:
- Tim-Oliver Buchholz (University of Konstanz)
- Implementation Note:
- op names='geom.secondMoment'
-
-
Constructor Summary
Constructors Constructor Description DefaultInertiaTensor3D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RealMatrixapply(IterableRegion<B> input)TODO
-
-
-
Method Detail
-
apply
public RealMatrix apply(IterableRegion<B> input)
TODO- Specified by:
applyin interfaceFunction<IterableRegion<B extends BooleanType<B>>,RealMatrix>- Parameters:
input- anIterableRegioninput- Returns:
- the second multi variate
-
-