github地址:https://github.com/nuno-faria/tiler

1、项目介绍:

Tiler 是一种使用各种其他较小图像(平铺)创建图像的工具。它不同于其他马赛克工具,因为它可以适应多种形状和尺寸的瓷砖(即不限于正方形)。

图像可以由圆圈、线条、波浪、十字绣、乐高积木、我的世界积木、回形针、字母……组成,无限可能!

2、环境安装

  • 平台:windows 10
  • 编译器:pycharm
  • cuda 11.3
  • cudnn 8.2.0.53
conda create -n tiler python=3.8
conda activate tiler
pip install opencv-python
pip install numpy
pip install tqdm

3、执行代码

python tiler.py ./images/cake.png ./tiles/at/gen_at/

4、效果展示

5、总结