 |
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.
|
Go to the documentation of this file.
9 #ifndef D_MAKRO_FOURIERTRANSFORMATOR_H
10 #define D_MAKRO_FOURIERTRANSFORMATOR_H
26 #include <QMainWindow>
27 #include <QFileDialog>
29 #include <QFileInfoList>
33 #include <QCloseEvent>
34 #include <QResizeEvent>
35 #include <QInputDialog>
36 #include <qplaintextedit.h>
37 #include <QColorDialog>
51 #include <opencv2/core/core.hpp>
52 #include <opencv2/highgui/highgui.hpp>
53 #include <opencv2/imgproc/imgproc.hpp>
72 void closeEvent(QCloseEvent *event);
73 void resizeEvent(QResizeEvent *event);
80 Ui::D_MAKRO_FourierTransformator *ui;
81 bool ClosingPossible =
false;
84 #endif // D_MAKRO_FOURIERTRANSFORMATOR_H
Definition: d_analysiswindow.h:58