#include <RobotAPI/libraries/armem/core/MemoryID.h>
#include <RobotAPI/libraries/armem/core/wm/memory_definitions.h>
#include <VisionX/libraries/armem/vision/images/core/aron/ImageDepth.aron.generated.h>
#include <VisionX/libraries/armem/vision/images/core/aron/ImageRGB.aron.generated.h>
#include <VisionX/tools/OpenCVUtil.h>
#include "aron_conversions.h"
#include <Image/ByteImage.h>
Go to the source code of this file.
|
class | Image< AronImageT > |
| A class template implementing the interface defined by ImageBase for a specific aron-generated class. More...
|
|
class | ImageBase |
| A class mediating between the ImageProvider/Processor APIs (based on IVT CByteImages or raw pixel buffers) and the ARON image API (based on cv::Mat). More...
|
|