|
Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
|
#include <cstdint>#include <memory>#include <vector>#include <stdexcept>#include "api_global.h"#include "MechEyeDataType.h"Go to the source code of this file.
Data Structures | |
| struct | ElementDepth |
| Element in DepthMap. More... | |
| struct | ElementColor |
| Element in ColorMap. More... | |
| struct | ElementPointXYZ |
| Element in PointXYZMap. More... | |
| struct | ElementPointXYZBGR |
| Element in PointXYZBGRMap. More... | |
| class | Frame< ElementType > |
| Definition of data structure in device capturing image. More... | |
| class | LineBatch |
Namespaces | |
| namespace | mmind |
| namespace | mmind::api |
Typedefs | |
| typedef Frame< ElementColor > | ColorMap |
| typedef Frame< ElementDepth > | DepthMap |
| typedef Frame< ElementPointXYZ > | PointXYZMap |
| typedef Frame< ElementPointXYZBGR > | PointXYZBGRMap |