Class | Description |
---|---|
DefaultBoxivityMesh | |
DefaultCompactness |
Generic implementation of
Ops.Geometric.Compactness . |
DefaultConvexHull3D |
This quickhull implementation is based on the paper
"The Quickhull Algorithm for Convex Hulls" by Barber, Dobkin and Huhdanpaa
(http://dpd.cs.princeton.edu/Papers/BarberDobkinHuhdanpaa.pdf).
|
DefaultConvexityMesh | |
DefaultInertiaTensor3D<B extends BooleanType<B>> |
This
Op computes the 2nd multi variate of a IterableRegion
(Label). |
DefaultInertiaTensor3DMesh |
This
Op computes the 2nd multi variate of a IterableRegion
(Label). |
DefaultMainElongation |
Generic implementation of
Ops.Geometric.MainElongation
Adapted to 3D from http://www.math.uci.edu/icamp/summer/research_11/park/
shape_descriptors_survey.pdf |
DefaultMarchingCubes<T extends BooleanType<T>> |
This is a marching cubes implementation.
|
DefaultMedianElongation |
Generic implementation of
Ops.Geometric.MedianElongation . |
DefaultSolidityMesh | |
DefaultSparenessMesh |
Generic implementation of
Ops.Geometric.Spareness . |
DefaultSphericity |
Generic implementation of
Ops.Geometric.Sphericity . |
DefaultSurfaceArea |
Generic implementation of
Ops.Geometric.BoundarySize . |
DefaultSurfaceAreaConvexHullMesh | |
DefaultVerticesCountConvexHullMesh | |
DefaultVerticesCountMesh |
Generic implementation of
geom.boundaryPixelCount . |
DefaultVolumeConvexHullMesh | |
DefaultVolumeMesh |
Generic implementation of
Ops.Geometric.Size . |
DefaultVoxelization3D |
This is a voxelizer that produces a binary image with values filled in along
the surface of the mesh.
|
Copyright © 2014–2022 ImageJ. All rights reserved.