Monado OpenXR Runtime
Data Fields
DebugHSV Class Reference
Collaboration diagram for DebugHSV:
Collaboration graph
[legend]

Data Fields

struct xrt_frame_sink base = {}
 
struct xrt_frame_node node = {}
 
struct xrt_frame_sink sinks [4] = {}
 
struct xrt_frame_sinksink
 
struct xrt_frame_sinkpassthrough
 
cv::Mat bgr
 
int lum_value = 0
 
struct t_convert_table yuv_to_rgb_table
 
struct t_hsv_filter_large_table hsv_large
 
struct t_hsv_filter_optimized_table hsv_opt
 

Field Documentation

◆ base

struct xrt_frame_sink DebugHSV::base = {}

◆ bgr

cv::Mat DebugHSV::bgr

◆ hsv_large

struct t_hsv_filter_large_table DebugHSV::hsv_large

◆ hsv_opt

struct t_hsv_filter_optimized_table DebugHSV::hsv_opt

◆ lum_value

int DebugHSV::lum_value = 0

◆ node

struct xrt_frame_node DebugHSV::node = {}

◆ passthrough

struct xrt_frame_sink * DebugHSV::passthrough

◆ sink

struct xrt_frame_sink* DebugHSV::sink

◆ sinks

struct xrt_frame_sink DebugHSV::sinks[4] = {}

◆ yuv_to_rgb_table

struct t_convert_table DebugHSV::yuv_to_rgb_table

The documentation for this class was generated from the following files: