matlab reduce resolution of image code example
Example: matlab reduce resolution of image
outputImage = imresize(inputImage, [numOutputRows, numOutputColumns]);
outputImage = imresize(inputImage, [numOutputRows, numOutputColumns]);