public class DTrackMeaRef
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
DTrackMeaRef(int id)
Constructor for not tracked measurement reference.
|
protected |
DTrackMeaRef(int id,
double quality,
double[] loc,
double[][] rot)
Constructor for tracked measurement reference.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Returns ID number.
|
double[] |
getLoc()
Returns location.
|
double |
getQuality()
Returns quality.
|
double[][] |
getRot()
Returns orientation.
|
boolean |
isTracked()
Returns if body is currently tracked.
|
protected void |
setNotTracked()
Set to 'not tracked'.
|
protected DTrackMeaRef(int id)
id
- ID number (starting with 0)protected DTrackMeaRef(int id, double quality, double[] loc, double[][] rot)
id
- ID number (starting with 0)quality
- Quality (0 ≤ qu ≤ 1, no tracking if -1)loc
- Location (in [mm])rot
- Rotation matrix (3x3-dimensional)public int getId()
public boolean isTracked()
public double getQuality()
public double[] getLoc()
public double[][] getRot()
protected void setNotTracked()