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.
- Host: GitHub
- URL: https://github.com/pottekkat/seam-carving-with-sobel-filters
- Owner: pottekkat
- License: mit
- Created: 2020-09-27T05:59:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T11:10:52.000Z (about 5 years ago)
- Last Synced: 2025-02-25T02:43:20.274Z (8 months ago)
- Language: Julia
- Size: 9.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seam Carving with Sobel Filters
A Julia implementation of the seam carving algorithm using sobel filters.

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.
```
$ juliajulia> using Pluto
julia> Pluto.run()
```Open the seam_carving.jl file after running Pluto.