imagededup 图像去重工具

程序名称:imagededup

授权协议: Apache

操作系统: 跨平台

开发语言: Python

imagededup 介绍

imagededup 是一个 Python 包,用来简化在一堆图片中提取类似的图片。

imagededup 采用如下算法进行图像查重:

示例代码:

from imagededup.methods import PHash
phasher = PHash()

# Generate encodings for all images in an image directory
encodings = phasher.encode_images(image_dir='path/to/image/directory')

# Find duplicates using the generated encodings
duplicates = phasher.find_duplicates(encoding_map=encodings)

# plot duplicates obtained for a given file using the duplicates dictionary
from imagededup.utils import plot_duplicates
plot_duplicates(image_dir='path/to/image/directory', 
                duplicate_map=duplicates, 
                filename='ukbench00120.jpg')

imagededup 官网

https://github.com/idealo/imagededup

相关编程语言

BlazeDS 是一个基于服务器的Java 远程控制(remoting...
OVal 是一个可扩展的Java对象数据验证框架,验证的规...
Volta 是一套开发工具,专为开发分布式、实时系统应...
OpenDDS 是一个开源的 C++ 实现的 对象管理组织 OMG...
JADE (Java Agent DEvelopment Framework) 是一个完...
FastMM ,在D2006和2007中已代替了原来的内存管理器。