aron_conversions.h File Reference
#include <RobotAPI/libraries/aron/core/data/variant/forward_declarations.h>
#include <VisionX/tools/OpenCVUtil.h>
#include <Image/ByteImage.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 dependency graph for aron_conversions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 visionx
 ArmarX headers.
 
 visionx::armem_images
 

Functions

template<class AronImageT >
void from_aron (const AronImageT &dto, CByteImage &bo)
 
template<class AronImageT >
void from_aron (const AronImageT &dto, cv::Mat &bo)
 
template<class AronImageT >
void to_aron (AronImageT &dto, const CByteImage &bo)
 
template<class AronImageT >
void to_aron (AronImageT &dto, const cv::Mat &bo)
 
template<class AronImageT >
void to_aron (AronImageT &dto, void *&bo)