Completed
Last Function-To return the seam of minimum energy "function find_seam()"
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Seam Carving: Live Coding Session - MIT 18.S191 Fall 2020 - Week 2
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 How does a computer tell what is important in the image?
- 3 1st function-Find the energy "function find_energy()"
- 4 Next function-To generate the seam "function find_seam_at()"
- 5 Last Function-To return the seam of minimum energy "function find_seam()"
- 6 Seam Carving of image "function seam_carving()"-find the energy, find the seam and remove the seam from image
- 7 Why this algorithm?