项目作者: Naranbataar

项目描述 :
Perceptual image comparison
高级语言: C
项目地址: git://github.com/Naranbataar/Aspect.git
创建时间: 2019-09-23T15:28:13Z
项目社区:https://github.com/Naranbataar/Aspect

开源协议:The Unlicense

下载


Aspect

CodeFactor
Codacy Badge
Language grade: C/C++
License: Unlicense

A simple tool that compares images using image hashing techniques

Installation

You need just a C compiler with the default libraries, and make

Example

  1. $ aspect compute image.jpg image2.jpg
  2. 62424443423f3f40444241403f3e3f40 image.jpg
  3. 68403f40403f40403f40413f3f404040 image2.jpg
  1. $ aspect compare 62424443423f3f40444241403f3e3f40 68403f40403f40403f40413f3f404040
  2. 0.640625 68403f40403f40403f40413f3f404040

Libraries

Using the image loader stb_image.h from stb