mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
t/hand: Correct old_rgb namespace
This commit is contained in:
parent
912cc22c20
commit
9ea9d0babf
|
@ -32,7 +32,7 @@ struct OrtSession;
|
|||
struct OrtSessionOptions;
|
||||
struct OrtValue;
|
||||
|
||||
namespace xrt::tracking::ht::old_rgb {
|
||||
namespace xrt::tracking::hand::old_rgb {
|
||||
|
||||
|
||||
// struct ht_device;
|
||||
|
@ -643,4 +643,4 @@ ht_model::hand_landmark(const cv::Mat input)
|
|||
return hand;
|
||||
}
|
||||
|
||||
} // namespace xrt::tracking::ht::old_rgb
|
||||
} // namespace xrt::tracking::hand::old_rgb
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "xrt/xrt_frame.h"
|
||||
|
||||
|
||||
using namespace xrt::tracking::ht::old_rgb;
|
||||
using namespace xrt::tracking::hand::old_rgb;
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <opencv2/opencv.hpp>
|
||||
|
||||
#include <vector>
|
||||
namespace xrt::tracking::ht::old_rgb {
|
||||
namespace xrt::tracking::hand::old_rgb {
|
||||
|
||||
using namespace xrt::auxiliary::util;
|
||||
|
||||
|
@ -302,4 +302,4 @@ public:
|
|||
};
|
||||
|
||||
|
||||
} // namespace xrt::tracking::ht::old_rgb
|
||||
} // namespace xrt::tracking::hand::old_rgb
|
||||
|
|
Loading…
Reference in a new issue