libphash 0.9.4-1.3build1 source package in Ubuntu

Changelog

libphash (0.9.4-1.3build1) trusty; urgency=low

  * No change rebuild against libav 9.
 -- Dmitrijs Ledkovs <email address hidden>   Sat, 09 Nov 2013 23:43:32 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
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.3build1.diff.gz 4.8 KiB 391956c4ff95c96949e8bb61a5573a84541ba7b990cf9b3eeef51d172ad0941b
libphash_0.9.4-1.3build1.dsc 2.1 KiB 8e795519d27e6460599a9ef8815e7f6f0f0c11e1e60bfdb6083b9289e9627a59

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.