Package | Description |
---|---|
fiji.plugin.trackmate | |
fiji.plugin.trackmate.graph |
A package containing utility classes for the manipulation and analysis of
tracks as JGraphT graphs.
|
Modifier and Type | Method and Description |
---|---|
protected TrackModel |
Model.createTrackModel()
Instantiates a blank
TrackModel to use whithin this model. |
TrackModel |
Model.getTrackModel()
Returns the
TrackModel that manages the tracks for this model. |
Modifier and Type | Method and Description |
---|---|
static Map<Spot,Integer> |
GraphUtils.cumulativeBranchWidth(TrackModel model) |
static boolean |
GraphUtils.isTree(TrackModel model,
TimeDirectedNeighborIndex cache) |
static ConvexBranchesDecomposition.TrackBranchDecomposition |
ConvexBranchesDecomposition.processTrack(Integer trackID,
TrackModel tm,
TimeDirectedNeighborIndex neighborIndex,
boolean forbidMiddleLinks,
boolean forbidGaps)
A static utility that generates the convex branch decomposition of a
specific track in a model.
|
static String |
GraphUtils.toString(TrackModel model) |
Copyright © 2015–2021 Fiji. All rights reserved.