CCIMXDesktop
 
Loading...
Searching...
No Matches
ContoursQueryExample.h
1#ifndef CONTOURSQUERYEXAMPLE_H
2#define CONTOURSQUERYEXAMPLE_H
3
4#include <QWidget>
5
6namespace Ui {
8}
9
14class ContoursQueryExample : public QWidget {
15 Q_OBJECT
16
17public:
22 explicit ContoursQueryExample(QWidget* parent = nullptr);
23
28
33
34private:
38 Ui::ContoursQueryExample* ui;
39};
40
41#endif // CONTOURSQUERYEXAMPLE_H
The ContoursQueryExample class Widget for demonstrating contour detection and querying methods.
Definition ContoursQueryExample.h:14
void process_image_session()
Process the image using contour querying algorithms.
Definition ContoursQueryExample.cpp:27
~ContoursQueryExample()
Destroy the ContoursQueryExample widget.
Definition ContoursQueryExample.cpp:47