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 | |
fiji.plugin.trackmate.features.spot | |
fiji.plugin.trackmate.features.track |
Modifier and Type | Method and Description |
---|---|
static void |
Settings.prettyPrintFeatureAnalyzer(List<? extends FeatureAnalyzer> analyzers,
StringBuilder str) |
Modifier and Type | Interface and Description |
---|---|
interface |
EdgeAnalyzer
Interface for analyzers that can compute scalar numerical features for an
edge of a TrackMate model.
|
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 |
class |
ManualSpotColorAnalyzerFactory<T extends RealType<T> & NativeType<T>> |
Modifier and Type | Interface and Description |
---|---|
interface |
SpotAnalyzerFactory<T extends RealType<T> & NativeType<T>>
Interface for factories that can generate a
SpotAnalyzer configured
to operate on a specific frame of a model. |
interface |
SpotAnalyzerFactoryBase<T extends RealType<T> & NativeType<T>>
Top-level interface for spot analyzer factories, both classical and
morphological.
|
interface |
SpotMorphologyAnalyzerFactory<T extends RealType<T> & NativeType<T>>
Special interface for spot analyzers that can compute feature values based on
the contour of spots.
|
Modifier and Type | Class and Description |
---|---|
class |
SpotContrastAndSNRAnalyzerFactory<T extends RealType<T> & NativeType<T>>
A factory for
SpotContrastAndSNRAnalyzer s. |
class |
SpotFitEllipseAnalyzerFactory<T extends RealType<T> & NativeType<T>> |
class |
SpotIntensityMultiCAnalyzerFactory<T extends RealType<T> & NativeType<T>> |
class |
SpotShapeAnalyzerFactory<T extends RealType<T> & NativeType<T>> |
Modifier and Type | Interface and Description |
---|---|
interface |
TrackAnalyzer
Mother interface for the classes that can compute the feature of tracks.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTrackAnalyzer
Abstract class for track analyzers that are local and not manual.
|
class |
TrackBranchingAnalyzer |
class |
TrackDurationAnalyzer |
class |
TrackIndexAnalyzer |
class |
TrackLocationAnalyzer |
class |
TrackMotilityAnalyzer |
class |
TrackSpeedStatisticsAnalyzer |
class |
TrackSpotQualityFeatureAnalyzer |
Copyright © 2015–2021 Fiji. All rights reserved.