OSVR-Core
|
Implementation. More...
#include "TrackingSystem.h"
#include "ForEachTracked.h"
#include "RoomCalibration.h"
#include "SBDBlobExtractor.h"
#include "TrackedBody.h"
#include "TrackedBodyTarget.h"
#include "TrackingSystem_Impl.h"
#include "UndistortMeasurements.h"
#include <boost/assert.hpp>
#include <util/Stride.h>
#include <algorithm>
#include <iostream>
#include <iterator>
#include <stdexcept>
#include <string>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
Functions | |
void | osvr::vbtracker::validateTargetPointerFromUpdateList (TrackedBodyTarget *targetPtr) |
Implementation.