| 123456789101112131415161718 |
- #ifndef DEPTHGUIDE_OBJECT_NAMES_H
- #define DEPTHGUIDE_OBJECT_NAMES_H
- #include "core/object_manager.h"
- enum obj_names : object_manager::name_type {
- // images from device
- img_color, img_depth,
- // background image
- img_bg,
- // output image
- img_out,
- };
- #endif //DEPTHGUIDE_OBJECT_NAMES_H
|