13 #include "../BasicDatatypes.hpp" 17 #include "../tools/Time.hpp"
void setObjectId(UINT16 v)
void incrementObjectAge()
Just increment objectAge by one.
double getTotalTrackingDuration() const
bool isHiddenStatus() const
double getObjectHeight() const
void setObjectBox(const Point2D &v)
double m_courseAngleSigma
Point2D m_relativeVelocitySigma
Point2D m_absoluteVelocitySigma
double m_objectHeight
The height of this object in [m] (most probably received through WLAN data).
const UINT32 getUsedMemory() const
UINT32 getObjectAge() const
std::streamsize getSerializedSize(UINT32 version) const
Size of the serialized representation of this object.
double m_totalTrackedPathLength
A rotated 2-dimensional box in the plane.
bool operator==(const Object &other) const
Equality predicate.
void setTotalTrackedPathLength(double v)
void setObjectHeight(double v)
void setRelativeVelocity(const Point2D &v)
void getObjectBoxVarCovar(double &var_x, double &var_y, double &covar_xy) const
double getMaxAbsoluteVelocity() const
void setVehicleWLANid(UINT64 v)
const Point2D & getRelativeVelocity() const
static const char * objectClassificationToShortString(ObjectClassification v)
Returns the given classification value as a short string.
double getClassificationQuality() const
void setAbsoluteVelocity(const Point2D &v)
const Point2D & getAbsoluteVelocity() const
Point2D m_boundingBoxCenter
Center of the bounding box.
ObjectClassification getClassification() const
void setCourseAngleSigma(double v)
void setObjectAge(UINT32 v)
void setCenterPoint(const Point2D &v)
Point2D m_closestPoint
The point of this object that is closest to the origin of the vehicle coordinate system.
Point2D m_boundingBox
A rectangle in parallel to the vehicle coordinate system (a paraxial rectangle) that contains (bounds...
std::string toString() const
void setClassificationAge(UINT32 v)
void setBoundingBoxCenter(const Point2D &v)
static Object::ObjectClassification stringToObjectClassification(const std::string &s)
const Point2D & getCenterPoint() const
Point2D m_centerPoint
Center point of object rectangle, given in Vehicle coordinate system.
const Point2D & getRelativeVelocitySigma() const
double getCourseAngle() const
const Time & getTimestamp() const
void addContourPoint(const Point2D cp)
const Point2D & getClosestPoint() const
UINT32 m_classificationAge
Counts how long the object has been classified in the current classification.
UINT64 getVehicleWLANid() const
double getNormalizedMeanPointDist() const
void setClassificationQuality(double v)
void setTimestamp(const Time &v)
UINT16 getObjectId() const
double getCourseAngleSigma() const
const Point2D & getObjectBoxSigma() const
const Time & getTimestamp() const
Polygon2D m_contourPoints
A poly-line that describes the outline of the current object measurement.
UINT16 getHiddenStatusAge() const
double getMeanAbsoluteVelocity() const
const Point2D & getBoundingBoxCenter() const
void setNormalizedMeanPointDist(double v)
double m_maxAbsoluteVelocity
Classification feature: The maximum observed absolute velocity [m/s].
Point2D m_absoluteVelocity
Velocity of this object [meter/seconds] as absolute velocity; the orientation is relative to the vehi...
static std::string objectClassificationToStringWithNum(ObjectClassification v)
Returns the given classification value as a string with the integer number included.
void setTotalTrackingDuration(double v)
const Polygon2D & getContourPoints() const
void setContourPoints(const Polygon2D &v)
double m_objectMass
The mass of this object in kilogram
ObjectClassification m_classification
The object class that is most likely for this object.
const Point2D & getCenterPointSigma() const
double getObjectHeightSigma() const
void setClosestPoint(const Point2D &v)
void setAbsoluteVelocitySigma(const Point2D &v)
const UINT32 getUsedMemory() const
UINT32 getClassificationAge() const
static const char * objectClassificationToString(ObjectClassification v)
Returns the given classification value as a string.
void setRelativeVelocitySigma(const Point2D &v)
void setClassification(ObjectClassification v)
UINT32 m_objectAge
number of scans in which this object has been tracked, or instead time?
void setCenterPointSigma(const Point2D &v)
UINT16 m_hiddenStatusAge
Counts how long the object has not been observed but only predicted.
void setHiddenStatusAge(UINT16 v)
double m_totalTrackingDuration
double m_normalizedMeanPointDist
void setObjectHeightSigma(double v)
void setMaxAbsoluteVelocity(double v)
void setValid(bool newValue=true)
const Point2D & getObjectBox() const
void setObjectMass(double v)
Point2D m_relativeVelocity
Velocity of this object [meter/seconds], relative to the vehicle coordinate system.
void setBoundingBox(const Point2D &v)
Point2D m_objectBox
The object's length and width as a rectangle, relative to the object's coordinate system...
double m_objectHeightSigma
The standard deviation of the height of this object in [m] (most probably received through WLAN data)...
double m_classificationQuality
The quality of the current classification.
double getTotalTrackedPathLength() const
void setCourseAngle(double newCourseAngle)
const Point2D & getAbsoluteVelocitySigma() const
double getObjectMass() const
const Point2D & getBoundingBox() const
double m_courseAngle
named by ISO 8855; also called Orientation or Heading [rad]
UINT64 m_vehicleWLANid
An identifier to be used by WLAN fusion algorithms.
Point2D m_centerPointSigma
Time m_timestamp
Time of when the center point of this object was observed.
std::vector< Object > base_class
void setObjectBoxSigma(const Point2D &v)