• Stars
    star
    529
  • Rank 83,810 (Top 2 %)
  • Language
    Java
  • License
    GNU General Publi...
  • Created over 8 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

LowPoly image processing./导入图片生成Low Poly风格图片的app

PolyFun Android APP

  • 为你的图片生成Low Poly风格图片的app
  • 通过一张输入图像,输出其对应的 low-poly 图
  • 直接下载:http://fir.im/polyfun

Demo

图片结果

算法

  • 通过灰度转化图片取边缘点以及随机取点
  • Delaunay三角剖分算法: 将生成的点组成三角形
  • 取三角形中点颜色为三角形颜色进行绘图
  • 完成

开源协议

GPL v3