MATLAB: How we can amplify an image with nearest neighbour interpolation

amplificationImage Processing Toolbox

how we can amplify an image with nearest neighbour interpolation

Best Answer

Amplify?? you mean resize? if that's what you mean here is the code
IResized= imresize(I,scale,'nearest');