fixed some more build problems after renaming the headers

This commit is contained in:
Vadim Pisarevsky
2010-10-12 21:42:24 +00:00
parent 16b1f61c83
commit de5e45d7c4
4 changed files with 3 additions and 8 deletions

View File

@@ -1,8 +1,7 @@
#ifndef RESIZEIMG
#define RESIZEIMG
#include "precomp.hpp"
#include "_types.h"
#include "_lsvm_types.h"
IplImage * resize_opencv (IplImage * img, float scale);
IplImage * resize_article_dp1(IplImage * img, float scale, const int k);