Monado OpenXR Runtime
|
HSV debug viewer 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 | DebugHSV |
Macros | |
#define | HSV_WIN "HSV Filter Tester" |
#define | SIZE 256 |
#define | NUM_CHAN 4 |
Functions | |
void | t_debug_hsv_viewer_frame (struct xrt_frame_sink *xsink, struct xrt_frame *xf) |
void | t_debug_hsv_viewer_break_apart (struct xrt_frame_node *node) |
void | t_debug_hsv_viewer_destroy (struct xrt_frame_node *node) |
int | t_debug_hsv_viewer_create (struct xrt_frame_context *xfctx, struct xrt_frame_sink *passthrough, struct xrt_frame_sink **out_sink) |
HSV debug viewer code.
#define HSV_WIN "HSV Filter Tester" |
Referenced by t_debug_hsv_viewer_create().
#define NUM_CHAN 4 |
#define SIZE 256 |
void t_debug_hsv_viewer_break_apart | ( | struct xrt_frame_node * | node | ) |
Referenced by t_debug_hsv_viewer_create().
int t_debug_hsv_viewer_create | ( | struct xrt_frame_context * | xfctx, |
struct xrt_frame_sink * | passthrough, | ||
struct xrt_frame_sink ** | out_sink | ||
) |
void t_debug_hsv_viewer_destroy | ( | struct xrt_frame_node * | node | ) |
References container_of.
Referenced by t_debug_hsv_viewer_create().
void t_debug_hsv_viewer_frame | ( | struct xrt_frame_sink * | xsink, |
struct xrt_frame * | xf | ||
) |
Referenced by t_debug_hsv_viewer_create().