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

Method Led

plugins/videobasedtracker/LED.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace vbtracker {
29
30 Led::Led(LedIdentifier *identifier, float x, float y, Brightness brightness)
31 : m_id(-1), m_identifier(identifier) {
32 addMeasurement(cv::Point2f(x, y), brightness);
33 }
34
35 Led::Led(LedIdentifier *identifier, cv::Point2f loc, Brightness brightness)
36 : m_id(-1), m_identifier(identifier) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected