fixed some more build problems after renaming the headers

pull/13383/head
Vadim Pisarevsky 14 years ago
parent 16b1f61c83
commit de5e45d7c4
  1. 3
      modules/objdetect/src/_lsvm_resizeimg.h
  2. 4
      modules/objdetect/src/_lsvm_types.h
  3. 3
      modules/objdetect/src/_lsvmparser.h
  4. 1
      modules/objdetect/src/lsvmparser.cpp

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

@ -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

@ -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

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

Loading…
Cancel
Save