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

Method getModel

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

Source from the content-addressed store, hash-verified

11 virtual Scalar distance(const PointT &point) const = 0;
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;

Callers 2

matchFeaturesMethod · 0.80
matchModelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected