licornea_tools
Namespaces | Functions
json.cc File Reference
#include "json.h"
#include "string.h"
#include <fstream>
#include <vector>
#include <cstdint>

Go to the source code of this file.

Namespaces

 tlz
 

Functions

void tlz::export_json_file (const json &j, const std::string &filename, bool compact)
 
json tlz::import_json_file (const std::string &filename)
 
cv::Mat_< real > tlz::decode_mat (const json &j)
 
json tlz::encode_mat_ (const cv::Mat_< real > &mat)