Modifier and Type | Method and Description |
---|---|
ConfigurationPanel |
ThresholdDetectorFactory.getDetectorConfigurationPanel(Settings lSettings,
Model model) |
ConfigurationPanel |
SpotDetectorFactoryBase.getDetectorConfigurationPanel(Settings settings,
Model model)
Returns a new GUI panel able to configure the settings suitable for this
specific detector factory.
|
ConfigurationPanel |
MaskDetectorFactory.getDetectorConfigurationPanel(Settings lSettings,
Model model) |
ConfigurationPanel |
ManualDetectorFactory.getDetectorConfigurationPanel(Settings settings,
Model model) |
ConfigurationPanel |
LogDetectorFactory.getDetectorConfigurationPanel(Settings lSettings,
Model model) |
ConfigurationPanel |
LabeImageDetectorFactory.getDetectorConfigurationPanel(Settings lSettings,
Model model) |
ConfigurationPanel |
DogDetectorFactory.getDetectorConfigurationPanel(Settings lSettings,
Model model) |
Modifier and Type | Class and Description |
---|---|
class |
DogDetectorConfigurationPanel |
class |
LabelImageDetectorConfigurationPanel
Configuration panel for spot detectors based on label images.
|
class |
LogDetectorConfigurationPanel
Configuration panel for spot detectors based on LoG detector.
|
class |
ManualDetectorConfigurationPanel
Configuration panel for spot detectors based on LoG detector.
|
class |
MaskDetectorConfigurationPanel
Configuration panel for spot detectors based on thresholding operations.
|
class |
ThresholdDetectorConfigurationPanel
Configuration panel for spot detectors based on thresholding operations.
|
Modifier and Type | Class and Description |
---|---|
class |
KalmanTrackerConfigPanel |
class |
LAPTrackerSettingsPanel |
class |
NearestNeighborTrackerSettingsPanel |
class |
SimpleLAPTrackerSettingsPanel
A simplified configuration panel for the simple LAP tracker.
|
Constructor and Description |
---|
SpotDetectorDescriptor(Settings settings,
ConfigurationPanel configurationPanel,
Logger logger) |
SpotTrackerDescriptor(Settings settings,
ConfigurationPanel configurationPanel,
Logger logger) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPanel |
SpotTrackerFactory.getTrackerConfigurationPanel(Model model)
Returns a new GUI panel able to configure the settings suitable for the
target tracker identified by the key parameter.
|
ConfigurationPanel |
ManualTrackerFactory.getTrackerConfigurationPanel(Model model) |
ConfigurationPanel |
LAPTrackerFactory.getTrackerConfigurationPanel(Model model) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPanel |
KalmanTrackerFactory.getTrackerConfigurationPanel(Model model) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPanel |
NearestNeighborTrackerFactory.getTrackerConfigurationPanel(Model model) |
Modifier and Type | Class and Description |
---|---|
class |
OverlapTrackerSettingsPanel |
Modifier and Type | Method and Description |
---|---|
ConfigurationPanel |
OverlapTrackerFactory.getTrackerConfigurationPanel(Model model) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPanel |
SimpleSparseLAPTrackerFactory.getTrackerConfigurationPanel(Model model) |
Copyright © 2015–2021 Fiji. All rights reserved.