47 #ifndef _MIRA_BASE64_H_ 48 #define _MIRA_BASE64_H_ std::string base64Encode(const std::string &data)
Base 64 encodes a string.
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
std::string base64Decode(const std::string &base64)
Base 64 decodes a base 64 encoded string.
Generic buffer class that can be used as a replacement for std::vector.