Package | Description |
---|---|
fiji.plugin.trackmate | |
fiji.plugin.trackmate.gui.components | |
fiji.plugin.trackmate.gui.wizard.descriptors | |
fiji.plugin.trackmate.io |
Modifier and Type | Field and Description |
---|---|
protected List<FeatureFilter> |
Settings.spotFilters
The feature filter list.
|
protected List<FeatureFilter> |
Settings.trackFilters
The track filter list that is used to prune track and spots.
|
Modifier and Type | Method and Description |
---|---|
List<FeatureFilter> |
Settings.getSpotFilters() |
List<FeatureFilter> |
Settings.getTrackFilters() |
Modifier and Type | Method and Description |
---|---|
void |
Settings.addSpotFilter(FeatureFilter filter)
Add a filter to the list of spot filters.
|
void |
Settings.addTrackFilter(FeatureFilter filter)
Add a filter to the list of track filters.
|
void |
SpotCollection.filter(FeatureFilter featurefilter)
Filters out the content of this collection using the specified
FeatureFilter . |
void |
Settings.removeSpotFilter(FeatureFilter filter) |
void |
Settings.removeTrackFilter(FeatureFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
SpotCollection.filter(Collection<FeatureFilter> filters)
Filters out the content of this collection using the specified
FeatureFilter collection. |
void |
Model.filterSpots(Collection<FeatureFilter> spotFilters,
boolean doNotify)
Filters the
SpotCollection managed by this model with the
FeatureFilter s specified. |
void |
Settings.setSpotFilters(List<FeatureFilter> spotFilters) |
void |
Settings.setTrackFilters(List<FeatureFilter> trackFilters) |
Modifier and Type | Method and Description |
---|---|
FeatureFilter |
InitFilterPanel.getFeatureThreshold()
Return the feature threshold on quality set by this panel.
|
FeatureFilter |
FilterPanel.getFilter() |
Modifier and Type | Method and Description |
---|---|
List<FeatureFilter> |
FilterGuiPanel.getFeatureFilters()
Returns the thresholds currently set by this GUI.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterGuiPanel.addFilterPanel(FeatureFilter filter) |
Constructor and Description |
---|
FilterPanel(Map<String,String> keyNames,
Function<String,double[]> valueCollector,
FeatureFilter filter) |
InitFilterPanel(FeatureFilter filter,
Function<String,double[]> valueCollector)
Default constructor, initialize component.
|
Constructor and Description |
---|
FilterGuiPanel(Model model,
Settings settings,
DisplaySettings.TrackMateObject target,
List<FeatureFilter> filters,
String defaultFeature,
FeatureDisplaySelector featureSelector) |
Constructor and Description |
---|
InitFilterDescriptor(TrackMate trackmate,
FeatureFilter filter) |
Constructor and Description |
---|
SpotFilterDescriptor(TrackMate trackmate,
List<FeatureFilter> filters,
FeatureDisplaySelector featureSelector) |
TrackFilterDescriptor(TrackMate trackmate,
List<FeatureFilter> filters,
FeatureDisplaySelector featureSelector) |
Modifier and Type | Method and Description |
---|---|
protected FeatureFilter |
TmXmlReader.getInitialFilter(org.jdom2.Element settingsElement)
Return the initial filter value on quality stored in this file.
|
Modifier and Type | Method and Description |
---|---|
protected List<FeatureFilter> |
TmXmlReader.getSpotFeatureFilters(org.jdom2.Element settingsElement)
Return the list of
FeatureFilter for spots stored in this file. |
protected List<FeatureFilter> |
TmXmlReader.getTrackFeatureFilters(org.jdom2.Element settingsElement)
Returns the list of
FeatureFilter for tracks stored in this file. |
Copyright © 2015–2021 Fiji. All rights reserved.