public class TrackMateUtils extends Object
Modifier and Type | Field and Description |
---|---|
static DecimalFormat |
FEATURE_DECIMAL_FORMAT |
static Map<String,PluginInfo<SpotDetectorFactory>> |
SPOT_DETECTORS |
static Map<String,PluginInfo<SpotTrackerFactory>> |
SPOT_TRACKERS |
Constructor and Description |
---|
TrackMateUtils() |
Modifier and Type | Method and Description |
---|---|
static Map<String,PluginInfo<SpotDetectorFactory>> |
getSpotDetectors() |
static Map<String,PluginInfo<SpotTrackerFactory>> |
getSpotTrackers() |
static void |
registerEdgeFeatures(JIPipeProgressInfo progressInfo) |
static void |
registerSpotDetectors(TrackMateExtension trackMateExtension,
JIPipeProgressInfo progressInfo,
PluginService service) |
static void |
registerSpotFeatures(JIPipeProgressInfo progressInfo) |
static void |
registerSpotTrackers(TrackMateExtension trackMateExtension,
JIPipeProgressInfo progressInfo,
PluginService service) |
static void |
registerTrackFeatures(JIPipeProgressInfo progressInfo) |
public static final DecimalFormat FEATURE_DECIMAL_FORMAT
public static Map<String,PluginInfo<SpotDetectorFactory>> SPOT_DETECTORS
public static Map<String,PluginInfo<SpotTrackerFactory>> SPOT_TRACKERS
public static Map<String,PluginInfo<SpotDetectorFactory>> getSpotDetectors()
public static Map<String,PluginInfo<SpotTrackerFactory>> getSpotTrackers()
public static void registerSpotFeatures(JIPipeProgressInfo progressInfo)
public static void registerEdgeFeatures(JIPipeProgressInfo progressInfo)
public static void registerTrackFeatures(JIPipeProgressInfo progressInfo)
public static void registerSpotTrackers(TrackMateExtension trackMateExtension, JIPipeProgressInfo progressInfo, PluginService service)
public static void registerSpotDetectors(TrackMateExtension trackMateExtension, JIPipeProgressInfo progressInfo, PluginService service)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.