File plugin.cpp
Go to the source code of this file
#include "plugin.hpp"
#include "absl/flags/parse.h"
#include "illixr/data_format/misc.hpp"
#include "illixr/data_format/zed_cam.hpp"
#include "mediapipe/calculators/util/image_data.pb.h"
#include "mediapipe/framework/deps/file_helpers.h"
#include "mediapipe/framework/formats/image_frame.h"
#include "mediapipe/framework/formats/image_frame_opencv.h"
#include "mediapipe/framework/port/parse_text_proto.h"
#include <cmath>
#include "mediapipe/gpu/gpu_buffer.h"
#include "mediapipe/gpu/gpu_shared_data_internal.h"
#include "mediapipe/hand_tracking_desktop_live_gpu.pbtxt"
Public Attributes
Type | Name |
---|---|
constexpr char | kImageDataTag = "image\_data" |
constexpr char | kInputStream = "input\_video" |
constexpr char | kOutputStream = "illixr\_data" |
Public Functions
Type | Name |
---|---|
void | img_convert (cv::Mat & img, bool flip=false) |
Public Attributes Documentation
variable kImageDataTag
constexpr char kImageDataTag[];
variable kInputStream
constexpr char kInputStream[];
variable kOutputStream
constexpr char kOutputStream[];
Public Functions Documentation
function img_convert
void img_convert (
cv::Mat & img,
bool flip=false
)
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/plugin.cpp