# Fourier_animation **Repository Path**: ajream/fourier_animation ## Basic Information - **Project Name**: Fourier_animation - **Description**: 利用傅里叶级数绘制任意图像 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-29 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用方法: 1. 下载后,用浏览器打开`index.html`即可查看效果 2. 绘制图像的部分代码在 `/js/main.js`中 3. 图像路径获取通过python实现和opencv实现,在 `imgProcess/get_path.py` 中,运行代码后会将生成的数据保存在 `path.txt`中 - 使用pytho提取图像时, 注意传入的图片最好是黑白二值图 - 要绘制的图形最好分界明显,尖角区较少 - 要绘制的图形必须是单连通图片(即一笔能画出来)