The LiquidRescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique.
The library takes images in plain array format as input and converts them to a multi-size representation.
Following is a list of features:
* Areas in the image can be marked for preservation or discard
* Once the image has been fully processed, the scaling can be done
in real-time. In fact, the information can be saved and read out
later without any further processing
* The resizing is done with a single function which automatically
performs all the necessary operations; it can also work in
successive steps without wasting computational time
* Possibility to tune the carving operation by letting the seams be
less connected, or more rigid, or both
* Can export and import the visibility map (the seams)
* Other images can be attached and undergo the same carving process
as the parent image
* The automatic feature detection algorithm can be tuned by
selecting among different energy gradient functions
* Reports progress through a customizable interface
* A signalling system permits to cleanly handle errors
The library implements the algorithm described in the paper "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir, which can be found at http://www.faculty.idc.ac.il/arik/imret.pdf
This package contains the shared library.
|
|
|
| 硬件架构 | 软件包大小 | 安装后大小 | 文件 |
|---|---|---|---|
| alpha | 40.2 kB | 156 kB | [文件列表] |
| amd64 | 37.9 kB | 132 kB | [文件列表] |
| armel | 37.6 kB | 132 kB | [文件列表] |
| avr32 (非官方移植版) | 40.8 kB | 96 kB | [文件列表] |
| hppa | 38.4 kB | 144 kB | [文件列表] |
| hurd-i386 | 33.9 kB | 128 kB | [文件列表] |
| i386 | 34.3 kB | 128 kB | [文件列表] |
| ia64 | 54.6 kB | 260 kB | [文件列表] |
| kfreebsd-amd64 | 38.0 kB | 104 kB | [文件列表] |
| kfreebsd-i386 | 34.4 kB | 96 kB | [文件列表] |
| m68k (非官方移植版) | 29.8 kB | 128 kB | [文件列表] |
| mips | 36.2 kB | 156 kB | [文件列表] |
| mipsel | 36.2 kB | 156 kB | [文件列表] |
| powerpc | 40.2 kB | 152 kB | [文件列表] |
| s390 | 37.4 kB | 136 kB | [文件列表] |
| sparc | 34.4 kB | 132 kB | [文件列表] |