c6ebc53357f18c01e09227d10ee7d5ced06fe15d
[platform/upstream/opencv.git] / modules / objdetect / src / _lsvm_resizeimg.h
1 #ifndef _LSVM_RESIZEIMG_H_
2 #define _LSVM_RESIZEIMG_H_
3
4 #include "_lsvm_types.h"
5
6 IplImage * resize_opencv (IplImage * img, float scale);
7 IplImage * resize_article_dp1(IplImage * img, float scale, const int k);
8 IplImage * resize_article_dp(IplImage * img, float scale, const int k);
9
10 #endif