UWARG Computer Vision
|
Module for creating formatting csv files to store target data. More...
#include "target.h"
Go to the source code of this file.
Functions | |
void | create_csv (Target *[] targets) |
Creates the file "Results.csv" using the information from the Targets given. More... | |
Module for creating formatting csv files to store target data.
void create_csv | ( | Target *[] | targets | ) |
Creates the file "Results.csv" using the information from the Targets given.
targets | Targets that should be included in the CSV |