public class MeshImageOps extends Object
| Constructor and Description |
|---|
MeshImageOps() |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyMask(ij.ImageStack original_stack,
ij.ImageStack binary_stack) |
static double |
calculateVolume(ij.ImageStack binary) |
static boolean |
checkNeighbors(int x,
int y,
int z,
ij.ImageStack stack)
Checks the neighborhood for a zero to see if this point lies on an edge.
|
static double[] |
getCenter(ij.ImageStack binary) |
static void |
refineBinary(ij.ImageStack binary_stack,
ij.ImageStack original_stack) |
public static void refineBinary(ij.ImageStack binary_stack,
ij.ImageStack original_stack)
public static boolean checkNeighbors(int x,
int y,
int z,
ij.ImageStack stack)
x - y - z - stack - binary image where 0 is not the object and > 0 is the object.public static void applyMask(ij.ImageStack original_stack,
ij.ImageStack binary_stack)
public static double calculateVolume(ij.ImageStack binary)
public static double[] getCenter(ij.ImageStack binary)
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.