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_geo_line_3d.h
Go to the documentation of this file.
1 /************************************
2  * added: 29.03.2021 *
3  * author: David Eilenstein *
4  * contact: D.Eilenstein@gsi.de *
5  * project: ImageD *
6  * facility: GSI Darmstadt, Ger *
7  ************************************/
8 
9 #ifndef D_GEO_LINE_3D_H
10 #define D_GEO_LINE_3D_H
11 
12 //own
13 #include <d_enum.h>
14 #include <d_geo_point_3d.h>
15 #include <d_geo_plane_3d.h>
16 
17 //general
18 #include <iostream>
19 #include <vector>
20 #include <fstream>
21 #include <math.h>
22 
23 //Qt
24 #include <QDebug>
25 
26 //openCV
27 #include <opencv2/core/core.hpp>
28 #include <opencv2/highgui/highgui.hpp>
29 #include <opencv2/imgproc/imgproc.hpp>
30 
31 //namespaces
32 using namespace std;
33 //using namespace cv; (prohibited because of abigous names with qtdatavisualization)
34 #include <d_opencv_typedefs.h>
35 
37 {
38 public:
39  D_Geo_Line_3D();
40 };
41 
42 #endif // D_GEO_LINE_3D_H
d_geo_point_3d.h
D_Geo_Line_3D
Definition: d_geo_line_3d.h:37
D_Geo_Line_3D::D_Geo_Line_3D
D_Geo_Line_3D()
Definition: d_geo_line_3d.cpp:11
d_opencv_typedefs.h
d_geo_plane_3d.h
d_enum.h
d_geo_line_3d.h