diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-14 10:05:23 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 18:46:12 +0200 |
commit | 51436cc320670e033c69bc01d2178bd245234670 (patch) | |
tree | 1468e1fb6017166a95ca7ec17d81980cc2b51c05 /tracker-easy/preview.h | |
parent | 984f1c719a6636ec5e155a218bd69fec7da8b71c (diff) |
Kinect: IR camera now provides raw 16 bits buffer.
Easy Tracker: Support for 16 bits and RGB frame buffers.
Diffstat (limited to 'tracker-easy/preview.h')
-rw-r--r-- | tracker-easy/preview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-easy/preview.h b/tracker-easy/preview.h index c3ed9f6b..03de6684 100644 --- a/tracker-easy/preview.h +++ b/tracker-easy/preview.h @@ -34,6 +34,7 @@ namespace EasyTracker public: cv::Mat iFrameResized, frame_out; cv::Mat iFrameRgb; + cv::Mat iFrameChannelSizeOne; }; } |