Header.
More...
#include <json/reader.h>
#include <json/value.h>
#include <opencv2/core/core.hpp>
#include <fstream>
#include <iostream>
#include <vector>
Go to the source code of this file.
|
void | osvr::vbtracker::messages::loadedCalibFileSuccessfully (std::string const &filename) |
|
void | osvr::vbtracker::messages::calibFileSpecifiedButNotLoaded (std::string const &filename) |
|
|
cv::Point3f | osvr::vbtracker::parsePoint (Json::Value const &jsonArray) |
|
std::vector< cv::Point3f > | osvr::vbtracker::parseArrayOfPoints (Json::Value const &jsonArray) |
|
std::vector< cv::Point3f > | osvr::vbtracker::tryLoadingArrayOfPointsFromFile (std::string const &filename) |
|
Header.
- Date
- 2016
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file LoadCalibration.h.