Skip to content

abiusx/CLSeamCarving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLSeamCarving
=============

http://en.wikipedia.org/wiki/Seam_carving

This code contains the OpenCL (realtime) implementation of the seam carving algorithm. Seam carving allows sizing down an image without removing its keys components, by finding minimal vertical and horizontal cuts throughout the image, and carving them out.

What conforms minimality, can be defined using an energy function and a default is included. The algorithm is implemented using Python and C, in OpenCL, and works in real-time.

Seam carving algorithm is very slow, and carving each pixel requires a few seconds in normal code.

About

OpenCL (realtime) implementation of seam carving image resizing algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published