esimov/caire
Content-aware image resizing library using seam carving algorithms with edge detection.

Not currently ranked — collecting fresh signals.
star history
A Go library implementing seam carving for content-aware image resizing. It generates energy maps through edge detection to identify low-importance image regions, then uses dynamic programming to remove seams from images while preserving visually important content. The algorithm calculates cumulative minimum energy across connected pixel paths to determine optimal seam placement.
Frequently asked
- What is esimov/caire?
- Content-aware image resizing library using seam carving algorithms with edge detection.
- Is caire open source?
- Yes — esimov/caire is open source, released under the MIT license.
- What language is caire written in?
- esimov/caire is primarily written in Go.
- How popular is caire?
- esimov/caire has 10.5k stars on GitHub.
- Where can I find caire?
- esimov/caire is on GitHub at https://github.com/esimov/caire.