-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_modules.cpp
More file actions
61 lines (51 loc) · 1.35 KB
/
test_modules.cpp
File metadata and controls
61 lines (51 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#define __TEST_THIS_MODULE__
#include <iostream>
//#include "savi.h"
//#include "archive_creator.h"
//#include "vector_stack_allocated.hpp"
//#include "array.h"
//#include "string_replace.h"
//#include "tiny_png.h"
//#include "tiny_jpeg.h"
//#include "tiny_gif.h"
//#include "ringbuffer_array.h"
//#include "clustering.h"
//#include "highres_dft.h"
//#include "timer_hd.h"
//#include "speech.h"
//#include "eigen_pseudoinverse.h"
//#include "simple_gui_fltk.h"
//#include "simple_gui_fltk.cpp"
//#include "sdl_opencv.h"
//#include "sdl_opencv.cpp"
#include "cv_camera_control.h"
#include "cv_camera_control.cpp"
//#define MULTIPLOT_WIN32
//#define MULTIPLOT_FLTK
//#include "../multiplot/multiplot.h" // this makes Multiplot to use GL_Fl_Window and fltk gl fonts
int main(int argc, char* argv[])
{
test_module_cv_camera_control();
//test_Avi_generator();
//test_module_sdl_opencv();
//test_module_simple_gui();
//test_module();
//test_Avi_generator();
//test_Archive();
//test_vector_s();
//test_array_classes();
//test_string_replace();
//test_tiny_jpeg();
//test_tiny_gif();
//test_ringbuffer_array();
//test_multiplot();
//test_highres_dft();
//test_clustering();
//test_speech();
using namespace std;
cout << endl << "press enter" << endl;
char c=0; cin.get(&c,1);
return EXIT_SUCCESS;
}
// #include "bzlib.c"
//#include<SDL2/sdl_windows_main.c>