public class Extract_Surface extends Object implements ij.plugin.filter.PlugInFilter
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING
Constructor and Description |
---|
Extract_Surface() |
Modifier and Type | Method and Description |
---|---|
void |
addVertex(vib.Extract_Surface.SurfaceVoxel vertex) |
void |
getAllVertices() |
vib.Extract_Surface.SurfaceVoxel |
getFirstPoint() |
vib.Extract_Surface.SurfaceVoxel |
getVertex(int index) |
vib.Extract_Surface.SurfaceVoxel |
getVoxel(int i,
int j,
int k) |
void |
run(ij.process.ImageProcessor ip) |
int |
setup(String arg,
ij.ImagePlus imp) |
void |
showSurfaceVoxels() |
public void run(ij.process.ImageProcessor ip)
run
in interface ij.plugin.filter.PlugInFilter
public int setup(String arg, ij.ImagePlus imp)
setup
in interface ij.plugin.filter.PlugInFilter
public vib.Extract_Surface.SurfaceVoxel getVertex(int index)
public vib.Extract_Surface.SurfaceVoxel getVoxel(int i, int j, int k)
public vib.Extract_Surface.SurfaceVoxel getFirstPoint()
public void addVertex(vib.Extract_Surface.SurfaceVoxel vertex)
public void getAllVertices()
public void showSurfaceVoxels()
Copyright © 2015–2021 Fiji. All rights reserved.