feature/frame class
Compare changes
Files
7@@ -12,17 +12,19 @@ namespace rgbd {
@@ -33,6 +35,9 @@ inline bool isFloatChannel(ftl::rgbd::channel_t chan) {
@@ -100,6 +105,8 @@ private:
Frame class to wrap all channels. Should be easier to use in code as access to any (available/calculated) channel is possible. Automatic transfers between host/gpu if not available in other.