#include "AtracsysTracker.h"
#include <algorithm>
#include <cmath>
#include <fstream>
#include <map>
#include <string>
#include "ftkErrors.h"
#include "ftkEvent.h"
#include "ftkOptions.h"
#include "ftkInterface.h"
#include "ftkPlatform.h"
#include "ftkTypes.h"
#include <igsioCommon.h>
Go to the source code of this file.
◆ ATRACSYS_BUFFER_SIZE
#define ATRACSYS_BUFFER_SIZE 1024 |
◆ RESET_DROPPED_FRAME_COUNT
#define RESET_DROPPED_FRAME_COUNT 1 |
◆ FusionTrackEnumerator()
void FusionTrackEnumerator |
( |
uint64 |
sn, |
|
|
void * |
user, |
|
|
ftkDeviceType |
devType |
|
) |
| |
◆ strToFloat32()
bool strToFloat32 |
( |
const std::string & |
str, |
|
|
float & |
var |
|
) |
| |
◆ strToInt32()
bool strToInt32 |
( |
const std::string & |
str, |
|
|
int & |
var |
|
) |
| |
◆ EQUALITY_DISTANCE_MM
const float EQUALITY_DISTANCE_MM = 2.0 |