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);

View File

@ -1,10 +1,6 @@
#ifndef SVM_TYPE
#define SVM_TYPE
//#include "opencv2/core/core.hpp"
//#include "opencv2/highgui/highgui.hpp"
#include "precomp.hpp"
//#define FFT_CONV
// Çíà÷åíèå ÷èñëà PI

View File

@ -1,8 +1,7 @@
#ifndef LSVM_PARSER
#define LSVM_PARSER
#include "precomp.hpp"
#include "_types.h"
#include "_lsvm_types.h"
#define MODEL 1
#define P 2

View File

@ -1,3 +1,4 @@
#include "precomp.hpp"
#include <stdio.h>
#include "string.h"
#include "_lsvmparser.h"