Package | Description |
---|---|
net.imagej.ops.topology.eulerCharacteristic |
Modifier and Type | Method and Description |
---|---|
static <B extends BooleanType<B>> |
EulerCorrection.stackCorners(EulerCorrection.Traverser<B> traverser)
Counts the foreground voxels in stack corners
|
static <B extends BooleanType<B>> |
EulerCorrection.stackEdges(EulerCorrection.Traverser<B> traverser)
Count the foreground voxels on the edges lining the stack
|
static <B extends BooleanType<B>> |
EulerCorrection.stackFaces(EulerCorrection.Traverser<B> traverser)
Count the foreground voxels on the faces that line the stack
|
static <B extends BooleanType<B>> |
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>> |
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>> |
EulerCorrection.voxelFaceIntersections(EulerCorrection.Traverser<B> traverser)
Count the intersections between voxels in each 2x2 neighborhood and the faces lining the stack
|
Copyright © 2014–2022 ImageJ. All rights reserved.