#include <chrono>
#include <string>
Go to the source code of this file.
|
void | convert (const CByteImage &in, cv::Mat &out) |
| Converts an IVT CByteImage to OpenCV's BGR Mat. More...
|
|
void | convert (const cv::Mat &in, CByteImage &out) |
| Converts an OpenCV BGR Mat to IVT's CByteImage. More...
|
|
void | convert_rgb2cbi (const cv::Mat &in, CByteImage &out) |
| Converts an OpenCV RGB Mat to IVT's CByteImage. More...
|
|
std::string | datetime_to_string (std::chrono::microseconds ts) |
|
std::string | timestamp_to_string (std::chrono::microseconds ts) |
|