Package | Description |
---|---|
fiji.plugin.trackmate.features.manual | |
fiji.plugin.trackmate.features.spot |
Modifier and Type | Method and Description |
---|---|
SpotAnalyzer<T> |
ManualSpotColorAnalyzerFactory.getAnalyzer(ImgPlus<T> img,
int frame,
int channel) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSpotFeatureAnalyzer<T extends RealType<T>> |
static class |
SpotAnalyzer.DummySpotAnalyzer<T extends RealType<T> & NativeType<T>> |
class |
SpotContrastAndSNRAnalyzer<T extends RealType<T>>
This
FeatureAnalyzer computes both the
Michelson
contrast and the SNR for each spot: |
class |
SpotFitEllipseAnalyzer<T extends RealType<T>> |
class |
SpotIntensityMultiCAnalyzer<T extends RealType<T>> |
class |
SpotShapeAnalyzer<T extends RealType<T>> |
Modifier and Type | Field and Description |
---|---|
static SpotAnalyzer<?> |
SpotAnalyzer.DUMMY_ANALYZER |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T> & NativeType<T>> |
SpotAnalyzer.dummyAnalyzer()
Returns a
SpotAnalyzer that does nothing. |
SpotAnalyzer<T> |
SpotShapeAnalyzerFactory.getAnalyzer(ImgPlus<T> img,
int frame,
int channel) |
SpotAnalyzer<T> |
SpotIntensityMultiCAnalyzerFactory.getAnalyzer(ImgPlus<T> img,
int frame,
int channel) |
SpotAnalyzer<T> |
SpotFitEllipseAnalyzerFactory.getAnalyzer(ImgPlus<T> img,
int frame,
int channel) |
SpotAnalyzer<T> |
SpotContrastAndSNRAnalyzerFactory.getAnalyzer(ImgPlus<T> img,
int frame,
int channel) |
SpotAnalyzer<T> |
SpotAnalyzerFactoryBase.getAnalyzer(ImgPlus<T> img,
int frame,
int channel)
Returns a configured
SpotAnalyzer ready to operate on the given
frame (0-based) and given channel (0-based). |
Copyright © 2015–2021 Fiji. All rights reserved.