public class MeshFaceObscuring extends Object
Constructor and Description |
---|
MeshFaceObscuring() |
Modifier and Type | Method and Description |
---|---|
static void |
analyzeTimeCourses(File meshFile) |
static void |
analyzeTimeCourses(List<Track> tracks,
String meshFileName) |
static void |
analyzeTracks(List<Track> tracks,
MeshImageStack stack,
int frame,
double cutoff) |
static List<double[]> |
analyzeTracks(Track target,
List<Track> others,
double cutoff)
Analyzes the provided tracks.
|
Set<Triangle3D> |
getOverlapArea(DeformableMesh3D mesh) |
boolean |
naiveCheck(Triangle3D t,
InterceptingMesh3D mesh) |
void |
setNeighbor(DeformableMesh3D mesh) |
void |
setNeighbors(List<DeformableMesh3D> meshes) |
public void setNeighbors(List<DeformableMesh3D> meshes)
public void setNeighbor(DeformableMesh3D mesh)
public Set<Triangle3D> getOverlapArea(DeformableMesh3D mesh)
public boolean naiveCheck(Triangle3D t, InterceptingMesh3D mesh)
t
- mesh
- public static void analyzeTracks(List<Track> tracks, MeshImageStack stack, int frame, double cutoff)
public static List<double[]> analyzeTracks(Track target, List<Track> others, double cutoff)
target
- others
- cutoff
- public static void analyzeTimeCourses(File meshFile) throws IOException
IOException
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.