fixed several gcc 4.1 warnings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef RESIZEIMG
|
||||
#define RESIZEIMG
|
||||
#ifndef _LSVM_RESIZEIMG_H_
|
||||
#define _LSVM_RESIZEIMG_H_
|
||||
|
||||
#include "_lsvm_types.h"
|
||||
|
||||
@@ -7,4 +7,4 @@ 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
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user