DAVID4 SDK
1.8.7
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
main.cpp
1
#include "
SimpleTurntable.h
"
2
#include "
SimpleCalibration.h
"
3
#include "
SimpleStructuredLightScanner.h
"
4
#include "
SimpleShapeFusion.h
"
5
#include "
SimpleMeshComparison.h
"
6
#include "
TimedScans.h
"
7
8
#include <stdio.h>
// required for printf
9
#ifdef _WIN32
10
#include <conio.h>
// required for _getch
11
#else
12
#include <curses.h>
13
#define _getch getch
14
#endif
15
16
17
int
main()
18
{
19
//examples::main_SimpleTurntable();
20
//examples::main_SimpleCalibration();
21
examples::main_SimpleStructuredLightScanner
();
22
//examples::main_SimpleShapeFusion();
23
//examples::main_SimpleMeshComparison();
24
//examples::main_TimedScans(30.0, 20);
25
26
printf(
"Press any key to exit\n"
);
27
_getch();
// waits for key
28
29
return
0;
30
}
davidSDK_Examples
main.cpp
Generated on Tue May 17 2016 17:11:27 for DAVID4 SDK by
1.8.4