source:
GTP/trunk/Lib/Vis/Preprocessing/src/havran/testrt.h
@
2602
Revision 2602, 291 bytes checked in by bittner, 17 years ago (diff) |
---|
Line | |
---|---|
1 | |
2 | #ifndef _TESTRT_H_ |
3 | #define _TESTRT_H_ |
4 | |
5 | // This is for testing RT implementation |
6 | void |
7 | TestRTcamera(int argc, char **argv); |
8 | |
9 | void |
10 | TestRTfromFile(int argc, char **argv); |
11 | |
12 | void |
13 | TestRTfromFilePackets(int argc, char **argv); |
14 | |
15 | void |
16 | TestRT_4_fromFile(int argc, char **argv); |
17 | |
18 | #endif // _TESTRT_H_ |
19 |
Note: See TracBrowser
for help on using the repository browser.