SyntaxFix
Write A Post
Hire A Developer
Questions
You can use cvResize. Or better use c++ interface (eg cv::Mat instead of IplImage and cv::imread instead of cvLoadImage) and then use cv::resize which handles memory allocation and deallocation itself.
cvResize
cv::Mat
IplImage
cv::imread
cvLoadImage
cv::resize