maketform

sepdek March 14, 2014

A straightforward approach to do geometric image transformations using MATLAB is to take advantage of the imtransform function available. First the image is supposed to be within a ‘unity’ rectangle and initial transformation conditions are defined accordingly: udata = [0 1]; vdata = [0 1]; fill_color = 128; org_rect = [0 0;1 0;1 1;0 1]; […]