public class RegionBoundaries3D extends Object
| Modifier and Type | Method and Description | 
|---|---|
static Map<Integer,ArrayList<Point3D>> | 
regionsCorners(ij.ImageStack image,
              int[] labels)
Returns a set of points located at the corners of a binary particle. 
 | 
static ArrayList<Point3D>[] | 
regionsCornersArray(ij.ImageStack image,
                   int[] labels)
Returns a set of points located at the corners of a binary particle. 
 | 
public static final Map<Integer,ArrayList<Point3D>> regionsCorners(ij.ImageStack image, int[] labels)
image - a binary image representing the particlelabels - the list of labels to processpublic static final ArrayList<Point3D>[] regionsCornersArray(ij.ImageStack image, int[] labels)
image - a binary image representing the particlelabels - the list of labels to processCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.