public class MCTriangulator extends Object implements Triangulator
Constructor and Description |
---|
MCTriangulator() |
Modifier and Type | Method and Description |
---|---|
List<Point3f> |
getTriangles(AreaListVolume volume)
Triangulates the specifified volume.
|
List |
getTriangles(ij.ImagePlus image,
int threshold,
boolean[] channels,
int resamplingF)
This method must return a list of elements of class Point3f.
|
static void |
zeroPad(ij.ImagePlus imp) |
public List getTriangles(ij.ImagePlus image, int threshold, boolean[] channels, int resamplingF)
Triangulator
getTriangles
in interface Triangulator
image
- the ImagePlus to be displayedthreshold
- the isovalue of the surface to be generated.channels
- an array containing 3 booleans, indicating which of red,
green and blue to use for the Triangulation.resamplingF
- resampling factorpublic List<Point3f> getTriangles(AreaListVolume volume) throws Exception
volume
- the volume to triangulateException
public static void zeroPad(ij.ImagePlus imp)
Copyright © 2015–2021 Fiji. All rights reserved.