Found 157 repositories(showing 30)
tkaitchuck
aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
corona10
Go Perceptual image hashing package
KrealHtz
一个本地的基于内容的图像检索系统,实现了包括颜色特征提取(颜色直方图,HSV中心距),纹理特征(灰度共生矩阵,LBP算子),边缘特征(边缘直方图),哈希感知算法(aHash,pHash,dHash算法等),SIFT特征提取。以及基于VGG-16提取特征等功能
guofei9987
Locality Sensitive Hashing, fuzzy-hash, min-hash, simhash, aHash, pHash, dHash。基于 Hash值的图片相似度、文本相似度
erdogant
Python package undouble is to detect (near-)identical images.
devedge
Golang implementation of image hashing algorithms
megaeth-labs
No description available
kemonomachi
Perceptual hashing of images in Elixir
kodus
Perceptual image hashes (aHash, dHash and pHash) for GD and Imagick
SchrodingerZhu
A variant of Ahash written in C++.
nihas101
A library of perceptual hash algorithms (aHash, dHash, pHash, wHash).
subsoap
Automatic Hash for Defold
AHashCodes
No description available
SchrodingerZhu
A pure C re-implementation of rust aHash, with aarch64 support
Kazuhito00
Python版OpenCVのimg_hashモジュールを用いた画像ハッシュのサンプル
Anant-mishra1729
Reverse image search engine using Perpetual and Differential image hashing
Madsfoto
aHash, dHash, gHash and pHash of images
xinshengzzy
No description available
galactixx
ImageHash is a Zig package for generating robust image fingerprints using four popular algorithms: average (ahash), difference (dhash), perceptual (phash), and wavelet (whash) hashing.
ayumilove
高效的Python图像查重工具,支持百万级图片文件的重复检测。集成多种算法包括MD5哈希、感知哈希(dHash/pHash/aHash)和C++加速库,可识别完全相同、分辨率调整、部分截取和水印变更的重复图像。
AlieZ22
该方法收集并标记足够多的正负样本(正样本经过Haar处理,是更加精确的面部),对其在支持向量机中进行迭代训练。使用LBP结合AHash提取人脸特征,将这些特征在支持向量机中进行分类训练,并用训练的模型对视频进行逐帧的人脸检测。
seamile
A image searching tool for find similar images on your disk.
elijahh
Research - k-means and hierarchical clustering of videos using bag-of-words model and dumb features (aHash and dHash).
koaj
Apen is 7x faster than anewer. It's CLI tool to appending from stdin into a new file. `cat list_1.txt | apen unique_lines.txt`
ziwaixian
核心功能点 多哈希比对:同时计算 aHash、pHash、dHash,提升图片相似判断准确度。 自动跳过重复图片:检测到重复内容后自动终止节点执行,节省显存与时间。 缓存机制:自动将新图片及其哈希保存至 /cache/images 文件夹。 详细日志输出:输出每次对比的哈希差异和判断结果,便于调试。 自适应阈值补偿:根据历史缓存图片自动微调阈值,兼顾相似图片的识别率。 节点参数注释:在 ComfyUI 工作流界面内显示参数说明,便于理解。 跳过逻辑控制:可选开启“Skip Node”功能,直接跳过重复图片节点。
cbulock
Compute Average Hash (perceptual hash) for image likeness comparison
ahashem
No description available
waywardgeek
A temporary repo for reproducing high collision rates when using ahash::RandomState.
quheng54
Calculate image similarity using multiple methods
onero
Password hash cracker written in Rust that supports cracking password hashes from Linux (/etc/shadow) and Windows (NTLM).