#include <Eigen/Eigen>#include <boost/algorithm/string/predicate.hpp>#include <boost/filesystem.hpp>#include <fstream>#include <iostream>#include <sstream>#include <string>#include "utils/colors.h"#include "utils/print.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | process_csv (std::string infile) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 132 of file format_converter.cpp.
| void process_csv | ( | std::string | infile | ) |
Given a CSV file this will convert it to our text file format.
Definition at line 36 of file format_converter.cpp.