Package | Description |
---|---|
fiji.plugin.trackmate | |
fiji.plugin.trackmate.detection |
Modifier and Type | Field and Description |
---|---|
SpotDetectorFactoryBase<?> |
Settings.detectorFactory
The name of the detector factory to use.
|
Modifier and Type | Interface and Description |
---|---|
interface |
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.
|
interface |
SpotGlobalDetectorFactory<T extends RealType<T> & NativeType<T>>
Interface for detector factories that need to process all the time-points at
once.
|
Modifier and Type | Class and Description |
---|---|
class |
DogDetectorFactory<T extends RealType<T> & NativeType<T>> |
class |
LabeImageDetectorFactory<T extends RealType<T> & NativeType<T>> |
class |
LogDetectorFactory<T extends RealType<T> & NativeType<T>> |
class |
ManualDetectorFactory<T extends RealType<T> & NativeType<T>> |
class |
MaskDetectorFactory<T extends RealType<T> & NativeType<T>> |
class |
ThresholdDetectorFactory<T extends RealType<T> & NativeType<T>> |
Modifier and Type | Method and Description |
---|---|
static void |
DetectionUtils.preview(Model model,
Settings settings,
SpotDetectorFactoryBase<?> detectorFactory,
Map<String,Object> detectorSettings,
int frame,
Logger logger,
Consumer<Boolean> buttonEnabler)
Preview a detection results.
|
Copyright © 2015–2021 Fiji. All rights reserved.