helper.h File Reference
#include <chrono>
#include <string>
+ Include dependency graph for helper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cv
 
 visionx
 ArmarX headers.
 
 visionx::imrec
 

Functions

void convert (const CByteImage &in, cv::Mat &out)
 Converts an IVT CByteImage to OpenCV's Mat. More...
 
void convert (const cv::Mat &in, CByteImage &out)
 Converts an OpenCV Mat to IVT's CByteImage. More...
 
std::string datetime_to_string (std::chrono::microseconds ts)
 
std::string timestamp_to_string (std::chrono::microseconds ts)