MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / addSensor

Method addSensor

plugins/videobasedtracker/VideoBasedTracker.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 m_led_groups.emplace_back();
41 }
42 void VideoBasedTracker::addSensor(LedIdentifier *identifier,
43 DoubleVecVec const &m,
44 std::vector<double> const &d,
45 Point3Vector const &locations,
46 size_t requiredInliers,
47 size_t permittedOutliers) {
48 addSensor(LedIdentifierPtr(identifier), m, d, locations,
49 requiredInliers, permittedOutliers);
50 }
51
52 void VideoBasedTracker::addSensor(LedIdentifierPtr &&identifier,
53 DoubleVecVec const &m,

Callers 2

m_cameraFunction · 0.80
MainMethod · 0.80

Calls

no outgoing calls

Tested by 1

MainMethod · 0.64