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

Method ObjectMatch

sloam/include/core/sloam.h:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14struct ObjectMatch
15{
16 ObjectMatch(PointT ft, T obj, Scalar dist) : object(obj)
17 {
18 Vector3d tfeat;
19 tfeat << ft.x, ft.y, ft.z;
20
21 feature = tfeat;
22 dist = dist;
23 }
24 Vector3 feature;
25 T object;
26 double dist;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected