Package | Description |
---|---|
fiji.plugin.trackmate | |
fiji.plugin.trackmate.features.manual | |
fiji.plugin.trackmate.features.spot |
Modifier and Type | Field and Description |
---|---|
protected List<SpotAnalyzerFactoryBase<?>> |
Settings.spotAnalyzerFactories
The
SpotAnalyzerFactory s that will be used to compute spot
features. |
Modifier and Type | Method and Description |
---|---|
List<SpotAnalyzerFactoryBase<?>> |
Settings.getSpotAnalyzerFactories()
Returns a copy of the list of
SpotAnalyzerFactory s configured in
this settings object. |
Modifier and Type | Method and Description |
---|---|
void |
Settings.addSpotAnalyzerFactory(SpotAnalyzerFactoryBase<?> spotAnalyzer)
Adds a
SpotAnalyzerFactory to the List of spot analyzers
configured. |
Modifier and Type | Class and Description |
---|---|
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 |
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>> |
Copyright © 2015–2021 Fiji. All rights reserved.