Monado OpenXR Runtime
|
Helper header for drawing and image transforms. More...
#include "hg_sync.hpp"
Functions | |
template<typename T > | |
T | xrt::tracking::hand::mercury::transformVecBy2x3 (T in, cv::Matx23f warp_back) |
This is a template so that we can use xrt_vec3 or xrt_vec2. More... | |
static cv::Scalar | xrt::tracking::hand::mercury::hsv2rgb (float fH, float fS, float fV) |
void | xrt::tracking::hand::mercury::handDot (cv::Mat &mat, xrt_vec2 place, float radius, float hue, float intensity, int type) |
void | xrt::tracking::hand::mercury::handSquare (cv::Mat &debug_frame, xrt_vec2 center, float radius, cv::Scalar color) |
Helper header for drawing and image transforms.
T xrt::tracking::hand::mercury::transformVecBy2x3 | ( | T | in, |
cv::Matx23f | warp_back | ||
) |
This is a template so that we can use xrt_vec3 or xrt_vec2.
Please don't use this for anything other than xrt_vec3 or xrt_vec2!
References xrt::tracking::hand::mercury::transformVecBy2x3().
Referenced by xrt::tracking::hand::mercury::transformVecBy2x3().