Implementation.
More...
#include "TrackingDebugDisplay.h"
#include "CameraParameters.h"
#include "SBDBlobExtractor.h"
#include "TrackedBody.h"
#include "TrackedBodyTarget.h"
#include "TrackingSystem.h"
#include "cvToEigen.h"
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <algorithm>
#include <iostream>
#include <vector>
Go to the source code of this file.
|
WindowCoordsPoint | osvr::vbtracker::invertLoc (cv::Mat const &image, cv::Point2f loc) |
|
Eigen::Vector2d | osvr::vbtracker::pointToEigenVec (cv::Point2f pt) |
|
cv::Point2f | osvr::vbtracker::eigenVecToPoint (Eigen::Vector2d const &vec) |
|
void | osvr::vbtracker::drawOriginAxes (Reprojection &reproject, DebugImage &dbgImg, double size=0.02) |
|
Eigen::Vector2d | osvr::vbtracker::getBeaconReprojection (Reprojection &reprojection, TrackedBodyTarget const &target, ZeroBasedBeaconId beaconId) |
|
Implementation.
- Date
- 2016
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file TrackingDebugDisplay.cpp.