Resize Image
cv_resize(image, height,width,interpolation)
Image to be Resized
Height of the new Image
Width of the new Image
Interpolation should be an int from 1 to 3 where 1-> INTER_AREA, 2-> INTER_CUBIC, 3-> INTER_LINEAR
Resizing an Image.
Takes an input image from user and resizes it according to the height width and interpolation provided by the User. It gives an error if the Image is not correct i.e it is not n-darray