_lsvm_resizeimg.h 290 Bytes
Newer Older
1 2
#ifndef _LSVM_RESIZEIMG_H_
#define _LSVM_RESIZEIMG_H_
3

4
#include "_lsvm_types.h"
5 6 7 8 9

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

10
#endif