constants.h
Go to the documentation of this file.
1#pragma once
2
3// core
5
6// memory
8
10{
12 "MonocularCameraCalibration";
13 inline const constexpr char* STEREO_CAMERA_CALIBRATION_CORE_SEGMENT_NAME =
14 "StereoCameraCalibration";
15
16 inline const constexpr char* ENTITY_NAME = "CameraCalibration";
17} // namespace visionx::armem::camera
const constexpr char * MONOCULAR_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
Definition constants.h:11
const constexpr char * STEREO_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
Definition constants.h:13
const constexpr char * ENTITY_NAME
Definition constants.h:16