renamed internal headers to avoid conflicts with system header files
This commit is contained in:
11
modules/objdetect/src/_lsvm_resizeimg.h
Normal file
11
modules/objdetect/src/_lsvm_resizeimg.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef RESIZEIMG
|
||||
#define RESIZEIMG
|
||||
|
||||
#include "precomp.hpp"
|
||||
#include "_types.h"
|
||||
|
||||
IplImage * resize_opencv (IplImage * img, float scale);
|
||||
IplImage * resize_article_dp1(IplImage * img, float scale, const int k);
|
||||
IplImage * resize_article_dp(IplImage * img, float scale, const int k);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user