Skip to content
Snippets Groups Projects

Implements #174 to use new Frame class

Merged Nicolas Pope requested to merge feature/174/useframe into master
3 files
+ 35
16
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,6 +12,7 @@ namespace rgbd {
typedef unsigned int channel_t;
static const channel_t kChanNone = 0;
static const channel_t kChanColour = 0x0001;
static const channel_t kChanLeft = 0x0001; // CV_8UC3
static const channel_t kChanDepth = 0x0002; // CV_32FC1
static const channel_t kChanRight = 0x0004; // CV_8UC3
Loading