Package | Description |
---|---|
hu.elte.animaltracker.controller.analyzing | |
hu.elte.animaltracker.examples.watermaze | |
hu.elte.animaltracker.model.analyzing |
This package contains the tracking analyzer algorithms and parameters.
|
hu.elte.animaltracker.model.tracking |
This package contains all image processing and tracking algorithms.
|
Modifier and Type | Method and Description |
---|---|
TrackingResult |
ParameterController.setSequences(java.util.List<TrackSequence> sequences) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataPoint<Vector2D>> |
TrackingParameterAnglePreference.getValues(java.util.List<TrackSequence> sequences) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataPoint<Vector2D>> |
TrackingParameterVelocityVector.getValues(java.util.List<TrackSequence> sequences) |
java.util.List<DataPoint<java.lang.Double>> |
TrackingParameterTime.getValues(java.util.List<TrackSequence> sequences) |
java.util.List<DataPoint<java.lang.Double>> |
TrackingParameterImmobilityTime.getValues(java.util.List<TrackSequence> sequences) |
java.util.List<DataPoint<java.lang.Double>> |
TrackingParameterDistance.getValues(java.util.List<TrackSequence> sequences) |
abstract java.util.List<DataPoint<E>> |
AbstractTrackingParameter.getValues(java.util.List<TrackSequence> sequences)
This function performs the analysis of data and returns a DataPoint list.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TrackSequence> |
TrackingEditor.findTrackSequence()
Returns the time-connected sequences of ObjectLocation arrays.
|
static java.util.List<TrackSequence> |
TrackSequence.getConnectedSequences(ObjectLocation[] locations)
Returns a list of TrackSequences.
|
static java.util.List<TrackSequence> |
TrackSequence.getInnerSequences(ObjectLocation[] locations,
ij.gui.Roi roi)
Returns a list of TrackSequences located within an area.
|
Modifier and Type | Method and Description |
---|---|
void |
TrackingEditor.interpolationGaps(java.util.List<TrackSequence> track)
Finds and interpolates gaps between TrackSequences.
|