Skip to content

Northeastern Accelerated Fundamentals To Computer Science II Project

Notifications You must be signed in to change notification settings

suxls/Seam-Carving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Seam-Carving

Northeastern Accelerated Fundamentals To Computer Science II Project

(Direct contact me for code source)

Demo.Video.mov

Seam carving is an algorithm for content-aware image resizing

Removes the "least interesting" seam of pixels each time in order to preserve the image's most relavant information.

  • Supports removing seam randomly / vertically / horizontally
  • Implements a variation of the Greedy Algorithm to find the "least interesting" seam
  • Preserves the information of the previously removed seam to reconstruct the original image

Note: Since this assignment belongs to Northeastern's CS2510 course. By instructor policy, source code can only be accessed by request.

About

Northeastern Accelerated Fundamentals To Computer Science II Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published