seam-carving icon indicating copy to clipboard operation
seam-carving copied to clipboard

A super-fast Python implementation of seam carving algorithm for intelligent image resizing.

Results 2 seam-carving issues
Sort by recently updated
recently updated
newest added

See this PR only as a POC. Maybe you don't want to change the API, but I thought it'd be interesting to share it. It was actually hard to speed...

This library is not as fast as preferred, so I have a suggestion. you could use numba or jit to speedup your functions, I'll make my own version and submit...