| Interface | Description |
|---|---|
| SpotDetector<T extends RealType<T> & NativeType<T>> |
Interface for Spot detector classes, that are able to segment spots of a
given estimated radius within a 2D or 3D image.
|
| SpotDetectorFactory<T extends RealType<T> & NativeType<T>> |
For detectors that process one time-point at a time, independently, and for
which we can therefore propose multithreading.
|
| SpotDetectorFactoryBase<T extends RealType<T> & NativeType<T>> |
Mother interface for detector factories.
|
| SpotGlobalDetector<T extends RealType<T> & NativeType<T>> | |
| SpotGlobalDetectorFactory<T extends RealType<T> & NativeType<T>> |
Interface for detector factories that need to process all the time-points at
once.
|
| Class | Description |
|---|---|
| DetectionUtils | |
| DetectorKeys |
A class to store key names for parameters of the current
SpotDetector
s. |
| DogDetector<T extends RealType<T> & NativeType<T>> | |
| DogDetectorFactory<T extends RealType<T> & NativeType<T>> | |
| LabeImageDetectorFactory<T extends RealType<T> & NativeType<T>> | |
| LabelImageDetector<T extends RealType<T> & NativeType<T>> | |
| LogDetector<T extends RealType<T> & NativeType<T>> | |
| LogDetectorFactory<T extends RealType<T> & NativeType<T>> | |
| ManualDetectorFactory<T extends RealType<T> & NativeType<T>> | |
| MaskDetectorFactory<T extends RealType<T> & NativeType<T>> | |
| MaskUtils | |
| ThresholdDetector<T extends RealType<T> & NativeType<T>> | |
| ThresholdDetectorFactory<T extends RealType<T> & NativeType<T>> |
Copyright © 2015–2021 Fiji. All rights reserved.