CameraCalibrationCoreSegment.cpp
Go to the documentation of this file.
1
#include "
CameraCalibrationCoreSegment.h
"
2
3
#include <VisionX/libraries/armem/vision/camera/core/aron/CameraCalibration.aron.generated.h>
4
5
namespace
visionx::armem::camera::server::segment
6
{
7
MonocularCameraCalibrationCoreSegment::MonocularCameraCalibrationCoreSegment
(
8
armarx::armem::server::MemoryToIceAdapter
& iceMemory,
9
int
defaultMaxHistorySize) :
10
armarx
::
armem
::server::segment::SpecializedCoreSegment(
11
iceMemory,
12
visionx
::
armem
::camera::server::
MONOCULAR_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
,
13
visionx
::arondto::MonocularCameraCalibration::ToAronType(),
14
defaultMaxHistorySize)
15
{
16
}
17
18
StereoCameraCalibrationCoreSegment::StereoCameraCalibrationCoreSegment
(
19
armarx::armem::server::MemoryToIceAdapter
& iceMemory,
20
int
defaultMaxHistorySize) :
21
armarx
::
armem
::server::segment::SpecializedCoreSegment(
22
iceMemory,
23
visionx
::
armem
::camera::server::
STEREO_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
,
24
visionx
::arondto::StereoCameraCalibration::ToAronType(),
25
defaultMaxHistorySize)
26
{
27
}
28
}
// namespace visionx::armem::camera::server::segment
visionx
ArmarX headers.
Definition:
OpenPoseStressTest.h:38
visionx::armem::camera::server::segment::MonocularCameraCalibrationCoreSegment::MonocularCameraCalibrationCoreSegment
MonocularCameraCalibrationCoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, int defaultMaxHistorySize=-1)
Definition:
CameraCalibrationCoreSegment.cpp:7
armarx::armem::server::MemoryToIceAdapter
Helps connecting a Memory server to the Ice interface.
Definition:
MemoryToIceAdapter.h:19
visionx::armem::camera::server::segment
Definition:
CameraCalibrationCoreSegment.cpp:5
armarx::armem
Definition:
LegacyRobotStateMemoryAdapter.cpp:31
visionx::armem::camera::server::STEREO_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
const constexpr char * STEREO_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
Definition:
constants.h:9
CameraCalibrationCoreSegment.h
visionx::armem::camera::server::segment::StereoCameraCalibrationCoreSegment::StereoCameraCalibrationCoreSegment
StereoCameraCalibrationCoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, int defaultMaxHistorySize=-1)
Definition:
CameraCalibrationCoreSegment.cpp:18
visionx::armem::camera::server::MONOCULAR_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
const constexpr char * MONOCULAR_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
Definition:
constants.h:7
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition:
ArmarXTimeserver.cpp:28
VisionX
libraries
armem
vision
camera
server
segments
CameraCalibrationCoreSegment.cpp
Generated on Sat Oct 12 2024 09:14:18 for armarx_documentation by
1.8.17