2024-12-08 15:09:26 +01:00
2024-12-08 14:52:37 +01:00
2024-12-07 13:53:45 +01:00
2024-12-07 13:53:45 +01:00
2024-12-07 13:53:45 +01:00
2024-12-08 14:52:37 +01:00
2024-12-07 13:56:23 +01:00

A simple go program that uses the Seam-Carving algorithm to remove pixels from an image.

This program includes a simple edge detection algorithm using the Sobel operator.

This program is not good. The algorithms were implemented from scratch to help me understand how the algorithm works. It could also help you, so feel free to learn from it.

Description
A simple go program that uses the Seam-Carving algorithm to remove pixels from an image (also called content-aware resizing).
Readme 2 MiB
Languages
Go 100%