Monado OpenXR Runtime
|
Data Fields | |
struct xrt_frame_sink | base = {} |
struct xrt_frame_node | node = {} |
struct xrt_frame_sink | sinks [4] = {} |
struct xrt_frame_sink * | sink |
struct xrt_frame_sink * | passthrough |
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 |
struct xrt_frame_sink DebugHSV::base = {} |
cv::Mat DebugHSV::bgr |
struct t_hsv_filter_large_table DebugHSV::hsv_large |
struct t_hsv_filter_optimized_table DebugHSV::hsv_opt |
int DebugHSV::lum_value = 0 |
struct xrt_frame_node DebugHSV::node = {} |
struct xrt_frame_sink * DebugHSV::passthrough |
Referenced by t_debug_hsv_filter_create(), and t_debug_hsv_viewer_create().
struct xrt_frame_sink* DebugHSV::sink |
struct xrt_frame_sink DebugHSV::sinks[4] = {} |
Referenced by t_debug_hsv_filter_create().
struct t_convert_table DebugHSV::yuv_to_rgb_table |