A not-perfect but working Java Seam Carving algorithm for Content-Aware Image Resizing, Shai Avidan & Ariel Shamir
Compile program using Java from cli.
javac seamcarver.java
Run program using Java from cli.
java seamcarver chaton.png 20 50
Run program using Java from cli.
java seamcarver picture.png Horizontal(%) Vertical(%)
Running the program return the following picture format.
- picture_resized_horizontal(%)_vertical(%).png
I am not owning the picture used as demo. It may be subject to copyrights.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.