MATLAB: How to to divide two images with different size

dividing images with different sizesMATLAB

i have two images, the first one size is 625x948x3 and the second one size is 633x948x3 .. how can i make the two images with the same size to make division correctly??

Best Answer

Read about imresize
Related Question