10 lines
240 B
C
10 lines
240 B
C
|
#pragma once
|
||
|
|
||
|
#include <list>
|
||
|
#include <vector>
|
||
|
#include "veloslam/veloscan.h"
|
||
|
#include "veloslam/tracker.h"
|
||
|
|
||
|
void DumpPointtoFile(cluster &gluData1, string filename);
|
||
|
void DumpFeaturetoFile(clusterFeature &glu, string filename);
|