libphash 0.9.4-1.1ubuntu2 source package in Ubuntu

Changelog

libphash (0.9.4-1.1ubuntu2) oneiric; urgency=low

  * Rebuild for libswscale2.
 -- Colin Watson <email address hidden>   Sat, 20 Aug 2011 01:55:29 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libphash_0.9.4.orig.tar.gz 916.3 KiB 6f882116a0525fddc8451e334a5dca3f4144d310d97eda80b1b1ab7c1587a189
libphash_0.9.4-1.1ubuntu2.diff.gz 3.4 KiB 54b45edea388e4d64078826387519910c9584663c94ee77ac375f9f8e0ee8233
libphash_0.9.4-1.1ubuntu2.dsc 2.1 KiB 981ce8783c88d67ae101ba2b5e53f3e3795eb4e64f48bdda0086183e41112f01

View changes file

Binary packages built by this source

libphash0: Perceptual hashing library

 Unlike cryptographic hash functions which rely on an avalanche effect of
 changes in input leading to drastic changes in the output, perceptual
 hashes are "close" to one another if the inputs are visually or
 auditorily similar.
 .
 Perceptual hashes have applications in searching, identifying potential
 copyright infringement, locating duplicates etc. - since a fingerprint
 of a file is usually less than 1% of the original media file's size,
 the fingerprint can be stored in a database and used for semantic
 searching, such as finding all images that look like another.
 .
 pHash implements several perceptual hashing algorithms and provides a
 C++ API to use those functions in your own programs.

libphash0-dev: Perceptual hashing library development package

 Unlike cryptographic hash functions which rely on an avalanche effect of
 changes in input leading to drastic changes in the output, perceptual
 hashes are "close" to one another if the inputs are visually or
 auditorily similar.
 .
 Perceptual hashes have applications in searching, identifying potential
 copyright infringement, locating duplicates etc. - since a fingerprint
 of a file is usually less than 1% of the original media file's size,
 the fingerprint can be stored in a database and used for semantic
 searching, such as finding all images that look like another.
 .
 pHash implements several perceptual hashing algorithms and provides a
 C++ API to use those functions in your own programs.
 .
 This package provides the files necessary to compile programs which
 use pHash library.