liblqr 0.4.2-ok3 source package in openKylin
Changelog
liblqr (0.4.2-ok3) nile; urgency=medium * Re-upload. -- CI Bot <email address hidden> Tue, 07 May 2024 07:50:55 +0000
liblqr (0.4.2-ok3) nile; urgency=medium * Re-upload. -- CI Bot <email address hidden> Tue, 07 May 2024 07:50:55 +0000
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | libs | |
Huanghe V3.0 | release | main | libs | |
Nile V2.0 | release | main | libs | |
Nile V2.0 | proposed | main | libs |
File | Size | SHA-256 Checksum |
---|---|---|
liblqr_0.4.2.orig.tar.gz | 429.6 KiB | d4c22373432cca749e4326cd41fce365e6ff857c0bfd7a5302b8eb34b69f0336 |
liblqr_0.4.2-ok3.debian.tar.xz | 3.8 KiB | 2a9ed4310f93cd4eaba4cf4b9f3a763e6f7c2cc65f551f2f17a8aec3f97a011f |
liblqr_0.4.2-ok3.dsc | 1.7 KiB | 426fba1febec7f4f2d3031a513ba15ea04f40672dd8ae7779b79cf71e6ce52ee |
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 one 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://
.
This package contains the shared library.
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 one 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://
.
This package contains the development files.