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