Monado OpenXR Runtime
|
HSV Picker Debugging code. More...
#include "util/u_misc.h"
#include "util/u_debug.h"
#include "util/u_format.h"
#include "tracking/t_tracking.h"
#include <opencv2/opencv.hpp>
Data Structures | |
class | DebugHSVPicker |
Macros | |
#define | PICK_WIN "HSV Picker Debugger" |
#define | max(a, b) (a > b ? a : b) |
#define | min(a, b) (a < b ? a : b) |
Functions | |
void | t_debug_hsv_picker_frame (struct xrt_frame_sink *xsink, struct xrt_frame *xf) |
void | t_debug_hsv_picker_break_apart (struct xrt_frame_node *node) |
void | t_debug_hsv_picker_destroy (struct xrt_frame_node *node) |
int | t_debug_hsv_picker_create (struct xrt_frame_context *xfctx, struct xrt_frame_sink *passthrough, struct xrt_frame_sink **out_sink) |
Variables | |
const int | max_value_H = 360 / 2 |
const int | max_value = 256 |
HSV Picker Debugging code.