2011-12-02 18:34:08 +00:00
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
|
|
|
|
*/
|
|
|
|
|
|
2011-10-25 15:48:19 +00:00
|
|
|
#ifndef QTIPL_H
|
|
|
|
|
#define QTIPL_H
|
|
|
|
|
|
|
|
|
|
#include <QtGui/QImage>
|
|
|
|
|
#include <opencv2/core/core.hpp>
|
|
|
|
|
|
|
|
|
|
QImage Ipl2QImage(const IplImage *newImage);
|
|
|
|
|
|
|
|
|
|
#endif
|