Go to the documentation of this file.
22 const std::string& prefix =
"decay.");
28 float calculateConfidence(
const DateTime& localization,
const DateTime& now)
const;
Models decay of object localizations by decreasing the confidence the longer the object was not local...
void updateConfidence(objpose::ObjectPose &pose, const DateTime &now) const
std::vector< ObjectPose > ObjectPoseSeq
void setup(const Decay &decay)
float removeObjectsBelowConfidence
void update(Decay &decay)
armarx::RemoteGui::Client::CheckBox enabled
float durationSeconds
How long to reach minConfidence.
armarx::RemoteGui::Client::FloatSpinBox delaySeconds
armarx::RemoteGui::Client::GroupBox group
float delaySeconds
Duration after latest localization before decay starts.
void updateConfidences(objpose::ObjectPoseSeq &objectPoses, const DateTime &now) const
Represents a point in time.
armarx::RemoteGui::Client::FloatSlider maxConfidence
armarx::RemoteGui::Client::FloatSlider minConfidence
Base Class for all Logging classes.
armarx::RemoteGui::Client::FloatSpinBox durationSeconds
armarx::RemoteGui::Client::FloatSlider removeObjectsBelowConfidence
An object pose as stored by the ObjectPoseStorage.
void defineProperties(armarx::PropertyDefinitionsPtr defs, const std::string &prefix="decay.")