MCPcopy Create free account
hub / github.com/KumarRobotics/sloam / getFeatures

Method getFeatures

sloam/include/objects/semanticObject.h:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 virtual void project(const SE3 &tf) = 0;
13 T getModel() const {return model;};
14 VectorType getFeatures() const {return features;};
15 size_t id;
16 bool isValid;
17 VectorType features;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected