|
Monado OpenXR Runtime
|
HSV filter debug 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 | DebugHSVFilter |
| An xrt_frame_sink that can be used to debug the behavior of t_hsv_filter. More... | |
Macros | |
| #define | HSV0_WIN "HSV Channel #1 (Red)" |
| #define | HSV1_WIN "HSV Channel #2 (Purple)" |
| #define | HSV2_WIN "HSV Channel #3 (Blue)" |
| #define | HSV3_WIN "HSV Channel #4 (White)" |
Functions | |
| void | t_debug_hsv_filter_frame0 (struct xrt_frame_sink *xsink, struct xrt_frame *xf) |
| void | t_debug_hsv_filter_frame1 (struct xrt_frame_sink *xsink, struct xrt_frame *xf) |
| void | t_debug_hsv_filter_frame2 (struct xrt_frame_sink *xsink, struct xrt_frame *xf) |
| void | t_debug_hsv_filter_frame3 (struct xrt_frame_sink *xsink, struct xrt_frame *xf) |
| void | t_debug_hsv_filter_frame (struct xrt_frame_sink *xsink, struct xrt_frame *xf) |
| void | t_debug_hsv_filter_break_apart (struct xrt_frame_node *node) |
| void | t_debug_hsv_filter_destroy (struct xrt_frame_node *node) |
| int | t_debug_hsv_filter_create (struct xrt_frame_context *xfctx, struct xrt_frame_sink *passthrough, struct xrt_frame_sink **out_sink) |
HSV filter debug code.