10 lines
153 B
C
10 lines
153 B
C
|
|
#ifndef QTIPL_H
|
||
|
|
#define QTIPL_H
|
||
|
|
|
||
|
|
#include <QtGui/QImage>
|
||
|
|
#include <opencv2/core/core.hpp>
|
||
|
|
|
||
|
|
QImage Ipl2QImage(const IplImage *newImage);
|
||
|
|
|
||
|
|
#endif
|