Awesome
PolyFun Android APP
- 为你的图片生成Low Poly风格图片的app
- 通过一张输入图像,输出其对应的 low-poly 图
- 直接下载:http://fir.im/polyfun
Demo
<img src="showUI/1.jpg" height="400"/> <img src="showUI/2.jpg" height="400"/> <img src="showUI/3.jpg" height="400"/>
图片结果
<img src="showUI/sample03.jpg" height="400"/> <img src="showUI/sample_res03.png" height="400"/> <img src="showUI/sample02.jpg" width="400"/> <img src="showUI/sample_res02.png" width="400"/> <img src="showUI/sample04.jpg" width="400"/> <img src="showUI/sample_res04.png" width="400"/> <img src="showUI/sample01.jpg" width="400"/> <img src="showUI/sample_res01.png" width="400"/>算法
- 通过灰度转化图片取边缘点以及随机取点
- Delaunay三角剖分算法: 将生成的点组成三角形
- 取三角形中点颜色为三角形颜色进行绘图
- 完成