Interface | Description |
---|---|
SpotAnalyzer<T> |
Interface for a class that can compute feature of spots.
|
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. |
SpotAnalyzerFactoryBase<T extends RealType<T> & NativeType<T>> |
Top-level interface for spot analyzer factories, both classical and
morphological.
|
SpotMorphologyAnalyzerFactory<T extends RealType<T> & NativeType<T>> |
Special interface for spot analyzers that can compute feature values based on
the contour of spots.
|
Class | Description |
---|---|
AbstractSpotFeatureAnalyzer<T extends RealType<T>> | |
ConvexHull |
Adapted from a code by Kirill Artemov,
https://github.com/DoctorGester/cia-stats.
|
SpotAnalyzer.DummySpotAnalyzer<T extends RealType<T> & NativeType<T>> | |
SpotContrastAndSNRAnalyzer<T extends RealType<T>> |
This
FeatureAnalyzer computes both the
Michelson
contrast and the SNR for each spot: |
SpotContrastAndSNRAnalyzerFactory<T extends RealType<T> & NativeType<T>> |
A factory for
SpotContrastAndSNRAnalyzer s. |
SpotFitEllipseAnalyzer<T extends RealType<T>> | |
SpotFitEllipseAnalyzerFactory<T extends RealType<T> & NativeType<T>> | |
SpotIntensityMultiCAnalyzer<T extends RealType<T>> | |
SpotIntensityMultiCAnalyzerFactory<T extends RealType<T> & NativeType<T>> | |
SpotShapeAnalyzer<T extends RealType<T>> | |
SpotShapeAnalyzerFactory<T extends RealType<T> & NativeType<T>> |
Copyright © 2015–2021 Fiji. All rights reserved.