cv::resize(image_rgb_left, image_rgb_left_VGA, cv::Size(480, 640), 0, 0, cv::INTER_LINEAR);
//INTER_NEAREST, INTER_LINEAR, INTER_AREA, INTER_CUBIC, INTER_LANCZOS4

Geometric Image Transformations - OpenCV 2.4.13.7 documentation