| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected