Commit de5e45d7 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed some more build problems after renaming the headers

parent 16b1f61c
#ifndef RESIZEIMG #ifndef RESIZEIMG
#define RESIZEIMG #define RESIZEIMG
#include "precomp.hpp" #include "_lsvm_types.h"
#include "_types.h"
IplImage * resize_opencv (IplImage * img, float scale); IplImage * resize_opencv (IplImage * img, float scale);
IplImage * resize_article_dp1(IplImage * img, float scale, const int k); IplImage * resize_article_dp1(IplImage * img, float scale, const int k);
......
#ifndef SVM_TYPE #ifndef SVM_TYPE
#define SVM_TYPE #define SVM_TYPE
//#include "opencv2/core/core.hpp"
//#include "opencv2/highgui/highgui.hpp"
#include "precomp.hpp"
//#define FFT_CONV //#define FFT_CONV
// PI // PI
......
#ifndef LSVM_PARSER #ifndef LSVM_PARSER
#define LSVM_PARSER #define LSVM_PARSER
#include "precomp.hpp" #include "_lsvm_types.h"
#include "_types.h"
#define MODEL 1 #define MODEL 1
#define P 2 #define P 2
......
#include "precomp.hpp"
#include <stdio.h> #include <stdio.h>
#include "string.h" #include "string.h"
#include "_lsvmparser.h" #include "_lsvmparser.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment