MATLAB: Implement attacks on image

imageimage attacksImage Processing Toolbox

Hi everybody, I want to implement the following attacks on gray scale image; Scaling (0.5, 2), Translation (10, 10) and Shearing (0.2, 0.2), any one have any idea about how do that in matlab. thank u in advance

Best Answer

imresize(), circshift(), and imwarp().
Related Question