object_names.h 311 B

123456789101112131415161718
  1. #ifndef DEPTHGUIDE_OBJECT_NAMES_H
  2. #define DEPTHGUIDE_OBJECT_NAMES_H
  3. #include "core/object_manager.h"
  4. enum obj_names : object_manager::name_type {
  5. // images from device
  6. img_color, img_depth,
  7. // background image
  8. img_bg,
  9. // output image
  10. img_out,
  11. };
  12. #endif //DEPTHGUIDE_OBJECT_NAMES_H