Monado OpenXR Runtime
Data Structures | Macros | Functions
t_debug_hsv_viewer.cpp File Reference

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>
Include dependency graph for t_debug_hsv_viewer.cpp:

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)
 

Detailed Description

HSV debug viewer code.

Author
Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m

Macro Definition Documentation

◆ HSV_WIN

#define HSV_WIN   "HSV Filter Tester"

◆ NUM_CHAN

#define NUM_CHAN   4

◆ SIZE

#define SIZE   256

Function Documentation

◆ t_debug_hsv_viewer_break_apart()

void t_debug_hsv_viewer_break_apart ( struct xrt_frame_node node)

◆ 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 
)

◆ t_debug_hsv_viewer_destroy()

void t_debug_hsv_viewer_destroy ( struct xrt_frame_node node)

References container_of.

Referenced by t_debug_hsv_viewer_create().

◆ t_debug_hsv_viewer_frame()

void t_debug_hsv_viewer_frame ( struct xrt_frame_sink xsink,
struct xrt_frame xf 
)