Skip to content

The availability of sophisticated source attribution techniques raises new concerns about privacy and anonymity of photographers, activists, and human right defenders who need to stay anonymous while spreading their images and videos. An image can be considered to be a combination of both significant (foreground) objects and some less significan…

Notifications You must be signed in to change notification settings

fitushar/SeamCarving_Content-Aware-Image-Resizing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeamCarving_Content-Aware-Image-Resizing

The availability of sophisticated source attribution techniques raises new concerns about privacy and anonymity of photographers, activists, and human right defenders who need to stay anonymous while spreading their images and videos. An image can be considered to be a combination of both significant (foreground) objects and some less significant (background) objects. Content aware image resizing (CAIR) algorithm uses the different edge detection methods to segregate the useful objects from the background. When applied to an image, CAIR can resize the image to a very different aspect ratio without destroying the aspect ratio of the useful objects in the image. In this project, we simply implement a content aware image resizing (CAIR) in MATLAB environment. The main idea to implement CAIR is to remove or insert the vertical or horizontal seams (paths of pixel) having the lowest energy. After implanted the Seam Carving Algorithm for Content aware image resizing (CAIR), analysis shows that the implemented seam carving for CAIR can generate more desirable resized images than cropping, resampling, and conventional seam carving techniques. image

About

The availability of sophisticated source attribution techniques raises new concerns about privacy and anonymity of photographers, activists, and human right defenders who need to stay anonymous while spreading their images and videos. An image can be considered to be a combination of both significant (foreground) objects and some less significan…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages