马赛克
人们在网上发送照片时,通常可以使用马赛克来掩盖照片敏感信息。
比如身份证号、姓名、地址,用马赛克掩盖后,就能有效达到保护信息安全的目的。但是,随着图像AI的进步,现在打码也不再安全[狗头]Depix
其实在Depix出现之前,已经有很多号称可以去码的软件和项目出现,然而结果却都不尽如人意。首先在这里展示一下Depix的效果图。
图一是打过码的图片,图二是去码之后的图片。结果如何,看看便知。
项目详情
GitHub地址
下载
git clone .git
使用
Cut out the pixelated blocks from the screenshot as a single rectangle. Paste a De Bruijn sequence with expected characters in an editor with the same font settings (text size, font, color, hsl). Make a screenshot of the sequence. If possible, use the same screenshot tool that was used to create the pixelized image. Run python de -p [pixelated rectangle image] -s [search sequence image] -o ou
举例(命令行)
python de -p images/testimages/testimage3_pixels.png -s images/searchimage - o ou
最后
建议大家,基于安全考虑,请不要使用马赛克,最佳做法是直接将需要遮挡的区域使用黑条或者白条覆盖,这样是无法通过算法还原的。
1.《【怎么把图片马赛克去掉】python | 去除图片马赛克》援引自互联网,旨在传递更多网络信息知识,仅代表作者本人观点,与本网站无关,侵删请联系页脚下方联系方式。
2.《【怎么把图片马赛克去掉】python | 去除图片马赛克》仅供读者参考,本网站未对该内容进行证实,对其原创性、真实性、完整性、及时性不作任何保证。
3.文章转载时请保留本站内容来源地址,https://www.lu-xu.com/gl/2549807.html