opencv/modules/objdetect/src/_lsvm_resizeimg.h

10 lines
271 B
C
Raw Normal View History

#ifndef RESIZEIMG
#define RESIZEIMG
#include "_lsvm_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