public interface Triangulator
Modifier and Type | Method and Description |
---|---|
List |
getTriangles(ij.ImagePlus image,
int threshold,
boolean[] channels,
int resamplingF)
This method must return a list of elements of class Point3f.
|
List getTriangles(ij.ImagePlus image, int threshold, boolean[] channels, int resamplingF)
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 factorCopyright © 2015–2021 Fiji. All rights reserved.