git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@55 620bd6b2-0a58-f614-fd9a-1bd335dccda9
14 lines
240 B
C
14 lines
240 B
C
/*
|
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
|
*/
|
|
|
|
#ifndef QTIPL_H
|
|
#define QTIPL_H
|
|
|
|
#include <QtGui/QImage>
|
|
#include <opencv2/core/core.hpp>
|
|
|
|
QImage Ipl2QImage(const IplImage *newImage);
|
|
|
|
#endif
|