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