Monado OpenXR Runtime
|
A simple HSV filter. More...
#include "util/u_var.h"
#include "util/u_misc.h"
#include "util/u_debug.h"
#include "util/u_frame.h"
#include "util/u_format.h"
#include "tracking/t_tracking.h"
#include <stdio.h>
#include <assert.h>
Data Structures | |
struct | t_hsv_filter |
Macros | |
#define | MOD_180(v) ((uint32_t)(v) % 180) |
#define | NUM_CHANNELS 4 |
Functions | |
void | t_hsv_build_convert_table (struct t_hsv_filter_params *params, struct t_convert_table *t) |
void | t_hsv_build_large_table (struct t_hsv_filter_params *params, struct t_hsv_filter_large_table *t) |
void | t_hsv_build_optimized_table (struct t_hsv_filter_params *params, struct t_hsv_filter_optimized_table *t) |
int | t_hsv_filter_create (struct xrt_frame_context *xfctx, struct t_hsv_filter_params *params, struct xrt_frame_sink *sinks[4], struct xrt_frame_sink **out_sink) |
A simple HSV filter.