Commit de5e45d7 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed some more build problems after renaming the headers

parent 16b1f61c
#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);
......
#ifndef SVM_TYPE
#define SVM_TYPE
//#include "opencv2/core/core.hpp"
//#include "opencv2/highgui/highgui.hpp"
#include "precomp.hpp"
//#define FFT_CONV
// PI
......
#ifndef LSVM_PARSER
#define LSVM_PARSER
#include "precomp.hpp"
#include "_types.h"
#include "_lsvm_types.h"
#define MODEL 1
#define P 2
......
#include "precomp.hpp"
#include <stdio.h>
#include "string.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