文件名称:imghash:Node.js 的感知图像散列
文件大小:562KB
文件格式:ZIP
更新时间:2024-08-12 15:39:15
computer-vision image-processing webscraping imghash JavaScript
图像 基于 Promise 的节点图像感知哈希计算。 安装 npm install imghash :information: 您可以在找到命令行界面。 基本用法 const imghash = require ( "imghash" ) ; const hash1 = await imghash . hash ( "./path/to/file" ) ; console . log ( hash1 ) ; // "f884c4d8d1193c07" // Custom hex length and result in binary const hash2 = await imghash . hash ( "./path/to/file" , 4 , "binary" ) ; console . log ( hash2 ) ; // "1000100010000010" 寻找相似的图像 要测量图像之
【文件预览】:
imghash-master
----.eslintrc.json(335B)
----.gitignore(536B)
----package.json(1KB)
----package-lock.json(149KB)
----.nvmrc(6B)
----LICENSE(1KB)
----index.js(2KB)
----.github()
--------stale.yml(716B)
--------workflows()
--------dependabot.yml(526B)
----README.md(3KB)
----test()
--------files()
--------index.spec.js(4KB)
----.editorconfig(336B)