Function: • Remove Pixels with least energy • Sort pixels by Energy, remove smallest pixels (optimum) • Remove Column with smallest total Energy (column) • Remove Seam with smallest total Energy (seam) Thursday, 30 August, 12
m) to (n’ x m’) • (assume m’ < m and n’ < n) • What to do? What is the correct order of seam carving? • Remove vertical seams first? • Horizontal seams first? • Or alternate between the two? Thursday, 30 August, 12
removed. • Then seams are removed from the image until all marked pixels are gone. • To regain the original size, seam insertion is employed. Thursday, 30 August, 12