CCIMXDesktop
Loading...
Searching...
No Matches
FaceDetectionExample.h
1
#ifndef FACEDETECTIONEXAMPLE_H
2
#define FACEDETECTIONEXAMPLE_H
3
4
#include <QWidget>
5
6
namespace
Ui {
7
class
FaceDetectionExample
;
8
}
9
14
class
FaceDetectionExample
:
public
QWidget {
15
Q_OBJECT
16
17
public
:
22
explicit
FaceDetectionExample
(QWidget* parent =
nullptr
);
23
27
~FaceDetectionExample
();
28
29
private
:
33
void
process_image_session();
34
38
Ui::FaceDetectionExample* ui;
39
};
40
41
#endif
// FACEDETECTIONEXAMPLE_H
FaceDetectionExample
The FaceDetectionExample class Widget for demonstrating face detection on an image.
Definition
FaceDetectionExample.h:14
FaceDetectionExample::~FaceDetectionExample
~FaceDetectionExample()
Destroy the FaceDetectionExample widget.
Definition
FaceDetectionExample.cpp:18
extern_app
professionals
library
OpencvQtAdapter
ImageProcessor
image_processing_example
face_detection
FaceDetectionExample.h
Generated by
1.9.8