static <B extends BooleanType<B>> int |
EulerCorrection.stackCorners(EulerCorrection.Traverser<B> traverser) |
Counts the foreground voxels in stack corners
|
static <B extends BooleanType<B>> long |
EulerCorrection.stackEdges(EulerCorrection.Traverser<B> traverser) |
Count the foreground voxels on the edges lining the stack
|
static <B extends BooleanType<B>> int |
EulerCorrection.stackFaces(EulerCorrection.Traverser<B> traverser) |
Count the foreground voxels on the faces that line the stack
|
static <B extends BooleanType<B>> long |
EulerCorrection.voxelEdgeFaceIntersections(EulerCorrection.Traverser<B> traverser) |
Count the intersections between voxel edges in each 2x2 neighborhood and
the faces lining the stack
|
static <B extends BooleanType<B>> long |
EulerCorrection.voxelEdgeIntersections(EulerCorrection.Traverser<B> traverser) |
Count the number of intersections between voxels in each 2x1 neighborhood
and the the edges of the stack
|
static <B extends BooleanType<B>> long |
EulerCorrection.voxelFaceIntersections(EulerCorrection.Traverser<B> traverser) |
Count the intersections between voxels in each 2x2 neighborhood and the
faces lining the stack
|