See: Description
| Interface | Description |
|---|---|
| EdgeAnalyzer |
Interface for analyzers that can compute scalar numerical features for an
edge of a TrackMate model.
|
| Class | Description |
|---|---|
| AbstractEdgeAnalyzer |
Abstract class for edge analyzers that are local and not manual.
|
| DirectionalChangeAnalyzer | |
| EdgeSpeedAnalyzer | |
| EdgeTargetAnalyzer | |
| EdgeTimeLocationAnalyzer |
All analyzers should implement EdgeAnalyzer,
which is limited to the independent analysis of a single edge.
Registration of analyzers is done through SciJava plugins discovery mechanism. Annotate your
class with @Plugin( type = EdgeAnalyzer.class ) to have it used in TrackMate.
Copyright © 2015–2021 Fiji. All rights reserved.