Package | Description |
---|---|
fiji.plugin.trackmate | |
fiji.plugin.trackmate.features.manual | |
fiji.plugin.trackmate.features.spot | |
fiji.plugin.trackmate.providers |
Modifier and Type | Method and Description |
---|---|
void |
Settings.addSpotAnalyzerFactory(int index,
SpotAnalyzerFactory<?> spotAnalyzer)
Adds a
SpotAnalyzerFactory to the List of spot analyzers
configured, at the specified index. |
boolean |
Settings.removeSpotAnalyzerFactory(SpotAnalyzerFactory<?> spotAnalyzer)
Removes the specified
SpotAnalyzerFactory from the analyzers
configured. |
Modifier and Type | Class and Description |
---|---|
class |
ManualSpotColorAnalyzerFactory<T extends RealType<T> & NativeType<T>> |
Modifier and Type | Class and Description |
---|---|
class |
SpotContrastAndSNRAnalyzerFactory<T extends RealType<T> & NativeType<T>>
A factory for
SpotContrastAndSNRAnalyzer s. |
class |
SpotIntensityMultiCAnalyzerFactory<T extends RealType<T> & NativeType<T>> |
Modifier and Type | Method and Description |
---|---|
SpotAnalyzerFactory |
SpotAnalyzerProvider.getFactory(String key) |
Copyright © 2015–2021 Fiji. All rights reserved.