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 | Class and Description |
---|---|
class |
KalmanTracker |
Modifier and Type | Method and Description |
---|---|
SpotTracker |
KalmanTrackerFactory.create(SpotCollection spots,
Map<String,Object> settings) |
Modifier and Type | Class and Description |
---|---|
class |
NearestNeighborTracker |
Modifier and Type | Method and Description |
---|---|
SpotTracker |
NearestNeighborTrackerFactory.create(SpotCollection spots,
Map<String,Object> settings) |
Modifier and Type | Class and Description |
---|---|
class |
OverlapTracker |
Modifier and Type | Method and Description |
---|---|
SpotTracker |
OverlapTrackerFactory.create(SpotCollection spots,
Map<String,Object> settings) |
Modifier and Type | Class and Description |
---|---|
class |
SparseLAPFrameToFrameTracker |
class |
SparseLAPSegmentTracker
This class tracks deals with the second step of tracking according to the LAP
tracking framework formulated by Jaqaman, K.
|
class |
SparseLAPTracker |
Modifier and Type | Method and Description |
---|---|
SpotTracker |
SparseLAPTrackerFactory.create(SpotCollection spots,
Map<String,Object> settings) |
Copyright © 2015–2021 Fiji. All rights reserved.