OpenCVWidget
|
#include <QtGui>
#include <QGLWidget>
#include <QtOpenGL>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/core/core.hpp>
#include <math.h>
Go to the source code of this file.
Classes | |
class | OpenCVViewer |
Widget to display frames or single images from OpenCV using OpenGL. More... |