ImageD  v2_7_5 (24.06.22)
ImageD is an image processing software designed for rapid prototyping and implementing algorithms and solutions for science, research and teaching.
d_component_analysis.h
Go to the documentation of this file.
1 /************************************
2  * added: 25.09.2019 *
3  * author: David Eilenstein *
4  * contact: D.Eilenstein@gsi.de *
5  * project: ImageD *
6  * facility: GSI Darmstadt, Ger *
7  ************************************/
8 
9 #ifndef D_COMPONENT_ANALYSIS_H
10 #define D_COMPONENT_ANALYSIS_H
11 
12 //own
13 #include <d_enum.h>
14 #include <d_component.h>
16 #include <d_stat.h>
17 #include <d_math.h>
18 
19 //general
20 #include <iostream>
21 #include <vector>
22 #include <algorithm>
23 #include <cmath>
24 #include <fstream>
25 #include <thread>
26 
27 //Qt
28 #include <QString>
29 #include <QDebug>
30 #include <QStringList>
31 #include <QDir>
32 #include <QFileInfo>
33 
34 //openCV
35 #include <opencv2/core/core.hpp>
36 #include <opencv2/highgui/highgui.hpp>
37 #include <opencv2/imgproc/imgproc.hpp>
38 
39 //namespaces
40 using namespace std;
41 //using namespace cv; (prohibited because of abigous names with qtdatavisualization)
42 #include <d_opencv_typedefs.h>
43 
49 {
50 public:
52 };
53 
54 #endif // D_COMPONENT_ANALYSIS_H
d_component.h
d_math.h
D_Component_Analysis::D_Component_Analysis
D_Component_Analysis()
Definition: d_component_analysis.cpp:11
d_component_list_context.h
d_component_analysis.h
d_opencv_typedefs.h
d_enum.h
D_Component_Analysis
The D_Component_Analysis class WIP.
Definition: d_component_analysis.h:49
d_stat.h