Skip to content

Seam-carving is a content-aware image resizing technique where the image is reduced in size by one pixel of height (or width) at a time. Unlike scaling or cropping, seam carving preserves the most interest features of the image. SeamCarver.java contains the function which implements removing horizontal and vertical seams of a picture.

Notifications You must be signed in to change notification settings

mrapi00/Seam-Carving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Seam-Carving

Seam-carving is a content-aware image resizing technique where the image is reduced in size by one pixel of height (or width) at a time. Unlike scaling or cropping, seam carving preserves the most interest features of the image.

About

Seam-carving is a content-aware image resizing technique where the image is reduced in size by one pixel of height (or width) at a time. Unlike scaling or cropping, seam carving preserves the most interest features of the image. SeamCarver.java contains the function which implements removing horizontal and vertical seams of a picture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages