public class Blob_Segmentation_in_3D extends Object implements ij.plugin.PlugIn
Modifier and Type | Class and Description |
---|---|
class |
Blob_Segmentation_in_3D.GrowBlob |
Modifier and Type | Field and Description |
---|---|
static boolean |
debug |
Constructor and Description |
---|
Blob_Segmentation_in_3D() |
Modifier and Type | Method and Description |
---|---|
static double |
distancePointToLine(double px,
double py,
double pz,
double lx1,
double ly1,
double lz1,
double lx2,
double ly2,
double lz2) |
static double |
measureArea(Point3f p1,
Point3f p2,
Point3f p3)
Compute the area of the triangle defined by 3 points in 3D space, returning half of the length of the vector resulting from the cross product of vectors p1p2 and p1p3.
|
static double |
measureSurface(List<Point3f> triangles) |
void |
run(String arg)
Initialize.
|
public void run(String arg)
run
in interface ij.plugin.PlugIn
public static final double measureArea(Point3f p1, Point3f p2, Point3f p3)
public static double distancePointToLine(double px, double py, double pz, double lx1, double ly1, double lz1, double lx2, double ly2, double lz2)
Copyright © 2015–2021 Fiji. All rights reserved.