fixed some more build problems after renaming the headers
This commit is contained in:
parent
16b1f61c83
commit
de5e45d7c4
modules/objdetect/src
@ -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…
Reference in New Issue
Block a user