t/hand: Correct old_rgb namespace

This commit is contained in:
Moses Turner 2022-03-19 15:23:52 +00:00 committed by Jakob Bornecrantz
parent 912cc22c20
commit 9ea9d0babf
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -12,7 +12,7 @@
#include "xrt/xrt_frame.h"
using namespace xrt::tracking::ht::old_rgb;
using namespace xrt::tracking::hand::old_rgb;

View file

@ -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