2010-10-21 18:30:57 +00:00
|
|
|
#ifndef _LSVM_RESIZEIMG_H_
|
|
|
|
#define _LSVM_RESIZEIMG_H_
|
2010-10-12 12:35:04 +00:00
|
|
|
|
2010-10-12 21:42:24 +00:00
|
|
|
#include "_lsvm_types.h"
|
2010-10-12 12:35:04 +00:00
|
|
|
|
|
|
|
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);
|
|
|
|
|
2010-10-21 18:30:57 +00:00
|
|
|
#endif
|