Package | Description |
---|---|
fiji.plugin.trackmate | |
fiji.plugin.trackmate.features.edges |
Package for the classes that compute scalar features on links between
spots (edges), such as instantaneous velocities, etc....
|
fiji.plugin.trackmate.features.manual |
Modifier and Type | Field and Description |
---|---|
protected List<EdgeAnalyzer> |
Settings.edgeAnalyzers
The
EdgeAnalyzer s that will be used to compute edge features. |
Modifier and Type | Method and Description |
---|---|
List<EdgeAnalyzer> |
Settings.getEdgeAnalyzers()
Returns a copy of the list of
EdgeAnalyzer s configured in this
settings object. |
Modifier and Type | Method and Description |
---|---|
void |
Settings.addEdgeAnalyzer(EdgeAnalyzer edgeAnalyzer)
Adds a
EdgeAnalyzer to the List of edge analyzers
configured. |
void |
Settings.addEdgeAnalyzer(int index,
EdgeAnalyzer edgeAnalyzer)
Adds a
EdgeAnalyzer to the List of edge analyzers
configured, at the specified index. |
boolean |
Settings.removeEdgeAnalyzer(EdgeAnalyzer edgeAnalyzer)
Removes the specified
EdgeAnalyzer from the analyzers configured. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEdgeAnalyzer
Abstract class for edge analyzers that are local and not manual.
|
class |
DirectionalChangeAnalyzer |
class |
EdgeSpeedAnalyzer |
class |
EdgeTargetAnalyzer |
class |
EdgeTimeLocationAnalyzer |
Modifier and Type | Class and Description |
---|---|
class |
ManualEdgeColorAnalyzer |
Copyright © 2015–2021 Fiji. All rights reserved.