mehhco / pixeloveView external linksLinks
开发了一个python应用程序,可以将目标对象图片分割成指定数量的图片(像素),然后通过聚类分析算法得到每张图片(像素)的主色调并与图片库中的图片比对,将图片库中的最接近像素的图片替换原始像素,最终拼接回完整的目标对象图片。此程序最终得到的图像具有很好的视觉效果。
☆19Jul 18, 2020Updated 5 years ago
Alternatives and similar repositories for pixelove
Users that are interested in pixelove are comparing it to the libraries listed below
Sorting:
- 汇总了计算机视觉中图像分类、目标检测、语义分割的一些经典算法,使用pytorch实现,欢迎学习下载