moved headers
This commit is contained in:
parent
3a2cf37115
commit
8c08258cf2
@ -1,5 +1,4 @@
|
|||||||
#include "CsvReader.h"
|
#include "CsvReader.h"
|
||||||
#include "Utils.h"
|
|
||||||
|
|
||||||
/** The default constructor of the CSV reader Class */
|
/** The default constructor of the CSV reader Class */
|
||||||
CsvReader::CsvReader(const string &path, const char &separator){
|
CsvReader::CsvReader(const string &path, const char &separator){
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <opencv2/core/core.hpp>
|
#include <opencv2/core/core.hpp>
|
||||||
|
#include "Utils.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include "CsvWriter.h"
|
#include "CsvWriter.h"
|
||||||
#include "Utils.h"
|
|
||||||
|
|
||||||
CsvWriter::CsvWriter(const string &path, const string &separator){
|
CsvWriter::CsvWriter(const string &path, const string &separator){
|
||||||
_file.open(path.c_str(), ofstream::out);
|
_file.open(path.c_str(), ofstream::out);
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <opencv2/core/core.hpp>
|
#include <opencv2/core/core.hpp>
|
||||||
|
#include "Utils.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user