An open API service indexing awesome lists of open source software.

https://github.com/pottekkat/seam-carving-with-sobel-filters

A Julia implementation of the seam carving algorithm using sobel filters.
https://github.com/pottekkat/seam-carving-with-sobel-filters

Last synced: 4 months ago
JSON representation

A Julia implementation of the seam carving algorithm using sobel filters.

Awesome Lists containing this project

README

          

# Seam Carving with Sobel Filters

A Julia implementation of the seam carving algorithm using sobel filters.

![](preview.gif)

Check out the video by Grant in the [Julia YouTube Channel](https://www.youtube.com/user/JuliaLanguage).

Open the seam_carving.jl file in a Pluto.jl environment for testing it out.

```
$ julia

julia> using Pluto

julia> Pluto.run()
```

Open the seam_carving.jl file after running Pluto.