OSVR-Core
|
Implementation. More...
#include "ImageSourceFactories.h"
#include <osvr/Util/TimeValueChrono.h>
#include <opencv2/highgui/highgui.hpp>
#include <chrono>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <thread>
#include <vector>
Classes | |
class | osvr::vbtracker::FakeImageSource |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
Functions | |
ImageSourcePtr | osvr::vbtracker::openImageFileSequence (std::string const &dir) |
Factory method to open a directory of tif files named 0001.tif and onward as an image source (looping) | |
Implementation.