Class DefaultSphericity

  • All Implemented Interfaces:
    BiConsumer<net.imglib2.mesh.Mesh,​DoubleType>, Computers.Arity1<net.imglib2.mesh.Mesh,​DoubleType>

    public class DefaultSphericity
    extends Object
    implements Computers.Arity1<net.imglib2.mesh.Mesh,​DoubleType>
    Generic implementation of geom.sphericity. Based on https://en.wikipedia.org/wiki/Sphericity.
    Author:
    Tim-Oliver Buchholz (University of Konstanz)
    Implementation Note:
    op names='geom.sphericity', label='Geometric (3D): Sphericity', priority='10000.'
    • Constructor Detail

      • DefaultSphericity

        public DefaultSphericity()
    • Method Detail

      • compute

        public void compute​(net.imglib2.mesh.Mesh input,
                            DoubleType sphericity)
        TODO
        Specified by:
        compute in interface Computers.Arity1<net.imglib2.mesh.Mesh,​DoubleType>
        Parameters:
        input -
        sphericity -