Modifier and Type | Field and Description |
---|---|
protected SpotCollection |
Model.spots
The spots managed by this model.
|
Modifier and Type | Method and Description |
---|---|
static SpotCollection |
SpotCollection.fromCollection(Iterable<Spot> spots)
Creates a new
SpotCollection containing only the specified spots. |
static SpotCollection |
SpotCollection.fromMap(Map<Integer,Set<Spot>> source)
Creates a new
SpotCollection from a copy of the specified map of
sets. |
SpotCollection |
Model.getSpots()
Returns the spot collection managed by this model.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setSpots(SpotCollection spots,
boolean doNotify)
Set the
SpotCollection managed by this model. |
Modifier and Type | Method and Description |
---|---|
void |
SpotFeatureCalculator.computeSpotFeatures(SpotCollection toCompute,
boolean doLogIt)
Calculates all the spot features configured in the
Settings
object, but only for the spots in the specified collection. |
Modifier and Type | Method and Description |
---|---|
SpotTracker |
SpotTrackerFactory.create(SpotCollection spots,
Map<String,Object> settings)
Instantiates and returns a new
SpotTracker configured to operate
on the specified SpotCollection , using the specified settins map. |
SpotTracker |
ManualTrackerFactory.create(SpotCollection spots,
Map<String,Object> settings) |
Modifier and Type | Method and Description |
---|---|
SpotCollection |
KalmanTracker.getPredictions()
Returns the saved predicted state as a
SpotCollection . |
Modifier and Type | Method and Description |
---|---|
SpotTracker |
KalmanTrackerFactory.create(SpotCollection spots,
Map<String,Object> settings) |
Constructor and Description |
---|
KalmanTracker(SpotCollection spots,
double maxSearchRadius,
int maxFrameGap,
double initialSearchRadius) |
Modifier and Type | Field and Description |
---|---|
protected SpotCollection |
NearestNeighborTracker.spots |
Modifier and Type | Method and Description |
---|---|
SpotTracker |
NearestNeighborTrackerFactory.create(SpotCollection spots,
Map<String,Object> settings) |
Constructor and Description |
---|
NearestNeighborTracker(SpotCollection spots,
Map<String,Object> settings) |
Modifier and Type | Method and Description |
---|---|
SpotTracker |
OverlapTrackerFactory.create(SpotCollection spots,
Map<String,Object> settings) |
Constructor and Description |
---|
OverlapTracker(SpotCollection spots,
OverlapTracker.IoUCalculation method,
double minIoU,
double enlargeFactor) |
Modifier and Type | Field and Description |
---|---|
protected SpotCollection |
SparseLAPFrameToFrameTracker.spots |
Modifier and Type | Method and Description |
---|---|
SpotTracker |
SparseLAPTrackerFactory.create(SpotCollection spots,
Map<String,Object> settings) |
Constructor and Description |
---|
SparseLAPFrameToFrameTracker(SpotCollection spots,
Map<String,Object> settings) |
SparseLAPTracker(SpotCollection spots,
Map<String,Object> settings) |
Copyright © 2015–2021 Fiji. All rights reserved.