Seam carving: content-aware image resizing … in JavaScript

Oleksii Trekhleb has implemented the Seam Carving algorithm in JavaScript. With this article I want to do three things: Provide you with an interactive content-aware resizer so that you could play around with resizing your own images Explain the idea behind the Seam Carving algorithm Explain the dynamic programming approach to implement the algorithm (we’ll …


This content originally appeared on Bram.us and was authored by Bramus!

Oleksii Trekhleb has implemented the Seam Carving algorithm in JavaScript.

With this article I want to do three things:

  1. Provide you with an interactive content-aware resizer so that you could play around with resizing your own images
  2. Explain the idea behind the Seam Carving algorithm
  3. Explain the dynamic programming approach to implement the algorithm (we’ll be using TypeScript for it)

Using the algorithm it’s possible to resize an original image (center) without distorting important features in the image (left) unlike regular resizing which squeezes the image (right).

Using the resulting JS Image Carver you can see the algorithm in action.

Content-Aware Image Resizing in JavaScript →
JS Image Carver →
JS Image Carver Source (GitHub) →


This content originally appeared on Bram.us and was authored by Bramus!


Print Share Comment Cite Upload Translate Updates
APA

Bramus! | Sciencx (2021-04-26T20:33:43+00:00) Seam carving: content-aware image resizing … in JavaScript. Retrieved from https://www.scien.cx/2021/04/26/seam-carving-content-aware-image-resizing-in-javascript/

MLA
" » Seam carving: content-aware image resizing … in JavaScript." Bramus! | Sciencx - Monday April 26, 2021, https://www.scien.cx/2021/04/26/seam-carving-content-aware-image-resizing-in-javascript/
HARVARD
Bramus! | Sciencx Monday April 26, 2021 » Seam carving: content-aware image resizing … in JavaScript., viewed ,<https://www.scien.cx/2021/04/26/seam-carving-content-aware-image-resizing-in-javascript/>
VANCOUVER
Bramus! | Sciencx - » Seam carving: content-aware image resizing … in JavaScript. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/04/26/seam-carving-content-aware-image-resizing-in-javascript/
CHICAGO
" » Seam carving: content-aware image resizing … in JavaScript." Bramus! | Sciencx - Accessed . https://www.scien.cx/2021/04/26/seam-carving-content-aware-image-resizing-in-javascript/
IEEE
" » Seam carving: content-aware image resizing … in JavaScript." Bramus! | Sciencx [Online]. Available: https://www.scien.cx/2021/04/26/seam-carving-content-aware-image-resizing-in-javascript/. [Accessed: ]
rf:citation
» Seam carving: content-aware image resizing … in JavaScript | Bramus! | Sciencx | https://www.scien.cx/2021/04/26/seam-carving-content-aware-image-resizing-in-javascript/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.