https://github.com/shitpostingio/image-fingerprinting
https://github.com/shitpostingio/image-fingerprinting
hacktoberfest
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shitpostingio/image-fingerprinting
- Owner: shitpostingio
- License: mit
- Created: 2020-10-10T14:27:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T02:22:01.000Z (over 3 years ago)
- Last Synced: 2023-07-27T22:37:15.055Z (almost 3 years ago)
- Topics: hacktoberfest
- Language: Go
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Fingerprinting
This library provides methods to compute feature based data for images and videos.
Geared towards use in Telegram, it currently supports perception hashing and histograms.
## Libraries needed
You will need to install the following libraries in order to build this repo on linux:
```sudo apt install -y libavcodec-dev libavformat-dev libavutil-dev libswscale-dev xz-utils```