文件名称:Depix是用于从像素化屏幕快照中恢复密码的工具。-Python开发
文件大小:788KB
文件格式:ZIP
更新时间:2024-06-13 11:19:25
Python Image Processing
Depix是用于从像素化屏幕快照中恢复密码的工具。 Depix Depix是用于从像素化屏幕快照中恢复密码的工具。 此实现适用于使用线性框滤镜创建的像素化图像。 在本文中,我将介绍有关像素化和类似研究的背景信息。 示例python depix.py -p images / testimages / testimage3_pixels.png -s images / searchimages / debruinseq_notepad_Windows10_closeAndSpaced.png -o output.png用法将屏幕快照中的像素化块切成一个矩形。 贴上De B
【文件预览】:
Depix-main
----.gitignore(42B)
----images()
--------searchimages()
--------testimages()
----requirements.txt(7B)
----LICENSE(169B)
----genpixed.py(1KB)
----README.md(4KB)
----depix.py(4KB)
----depixlib()
--------functions.py(9KB)
--------LoadedImage.py(916B)
--------__init__.py(0B)
--------Rectangle.py(633B)
----docs()
--------img()