CCIMXDesktop
 
Loading...
Searching...
No Matches
GrayExample.h
1#ifndef GRAYEXAMPLE_H
2#define GRAYEXAMPLE_H
3
4#include <QWidget>
5
6namespace Ui {
7class GrayExample;
8}
9
14class GrayExample : public QWidget {
15 Q_OBJECT
16
17public:
22 explicit GrayExample(QWidget* parent = nullptr);
28
29private:
30 Ui::GrayExample* ui;
31};
32
33#endif // GRAYEXAMPLE_H
The GrayExample class shows the Gray Image Examples.
Definition GrayExample.h:14
void process_image_session()
hooks of the image grey processions
Definition GrayExample.cpp:18