https://github.com/noah227/contour-generator
https://github.com/noah227/contour-generator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noah227/contour-generator
- Owner: noah227
- Created: 2023-04-19T09:32:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T09:32:32.000Z (about 1 year ago)
- Last Synced: 2024-04-24T16:12:19.746Z (about 1 year ago)
- Language: Python
- Size: 3.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 综述
将图片或者视频(帧)的轮廓提取出来并输出到特定格式
## 相关参考
老多了,哈哈。但又想折腾点不一样的姿势。
* []()
* []()
* []()## todo
- [ ] 可视化预览调整
- [ ] 视频处理
- [ ] 支持多种模式
* 逐帧分离输出
* 合并为视频输出
- [x] 支持多进程
* 使用进程池
- [ ] 强制限制CPU占用
- [ ] 支持多种输出格式
* svg
* png
- [x] 支持填充色的配置
- [x] 支持线条色的配置
- [ ] 加注释
* 在没忘记之前加注释