10 lines
240 B
Text
10 lines
240 B
Text
|
#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);
|