Resurgence (PY2022)
Codebase for the Husky Robotics 2021-2022 rover Resurgence
Loading...
Searching...
No Matches
base64_img.h
1#pragma once
2
3#include <string>
4
5#include <opencv2/core.hpp>
7
8namespace base64 {
9
17cv::Mat decodeMat(const std::string& b64);
18
27std::string encodeMat(const cv::Mat& mat, const std::string& format);
28
29} // namespace base64
_GLIBCXX_END_NAMESPACE_CXX11 typedef basic_string< char > string