|
Models decay of object localizations by decreasing the confidence the longer the object was not localized. More...
#include <RobotAPI/libraries/armem_objects/server/familiar_object_instance/Visu.h>
Public Member Functions | |
void | defineProperties (armarx::PropertyDefinitionsPtr defs, const std::string &prefix="visu.") |
void | visualizeFamiliarObjectsByProvider (const std::map< std::string, std::vector< armarx::armem::arondto::FamiliarObjectInstance >> &familiarObjectsByProvider) |
![]() | |
SpamFilterDataPtr | deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const |
disables the logging for the current line for the given amount of seconds. More... | |
MessageTypeT | getEffectiveLoggingLevel () const |
Logging () | |
void | setLocalMinimumLoggingLevel (MessageTypeT level) |
With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More... | |
void | setTag (const LogTag &tag) |
void | setTag (const std::string &tagName) |
virtual | ~Logging () |
Public Attributes | |
float | alpha = 1.0 |
bool | alphaByConfidence = false |
viz::Client | arviz |
bool | enabled = true |
float | frequencyHz = 25 |
bool | inGlobalFrame = true |
float | minConfidence = -1 |
bool | objectFrames = false |
float | objectFramesScale = 1.0 |
bool | oobbs = false |
std::uint8_t | sizePixel = 5 |
SimpleRunningTask ::pointer_type | updateTask |
float | visualizationDuration = 20 |
bool | visualizeBoundingBox = true |
bool | visualizeLabels = true |
bool | visualizePointCloud = true |
bool | visualizePose = true |
Additional Inherited Members | |
![]() | |
bool | checkLogLevel (MessageTypeT level) const |
const LogSenderPtr & | getLogSender () const |
Retrieve log sender. More... | |
LogSenderPtr | loghelper (const char *file, int line, const char *function) const |
![]() | |
MessageTypeT | minimumLoggingLevel |
SpamFilterDataPtr | spamFilter |
LogTag | tag |
Models decay of object localizations by decreasing the confidence the longer the object was not localized.
void defineProperties | ( | armarx::PropertyDefinitionsPtr | defs, |
const std::string & | prefix = "visu." |
||
) |
void visualizeFamiliarObjectsByProvider | ( | const std::map< std::string, std::vector< armarx::armem::arondto::FamiliarObjectInstance >> & | familiarObjectsByProvider | ) |
viz::Client arviz |
SimpleRunningTask ::pointer_type updateTask |