Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sun-zhenxing/vuepress-opencv-notes
OpenCV notes,笔记合集
https://github.com/sun-zhenxing/vuepress-opencv-notes
markdown notes opencv vuepress
Last synced: 2 days ago
JSON representation
OpenCV notes,笔记合集
- Host: GitHub
- URL: https://github.com/sun-zhenxing/vuepress-opencv-notes
- Owner: Sun-ZhenXing
- Created: 2022-11-16T10:05:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T04:13:25.000Z (about 1 year ago)
- Last Synced: 2023-11-07T05:51:38.729Z (about 1 year ago)
- Topics: markdown, notes, opencv, vuepress
- Language: Dockerfile
- Homepage: https://blog.alexsun.top/vuepress-opencv-notes/
- Size: 26.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VuePress OpenCV Notes
![actions status](https://img.shields.io/github/actions/workflow/status/Sun-ZhenXing/vuepress-opencv-notes/deploy-docs.yml?branch=main)
🌐 [中文文档](./README.zh.md) | 🚀 [Online Reading (Chinese)](https://blog.alexsun.top/vuepress-opencv-notes/)
## 📝 Introduction
This is a note for learning OpenCV.
## 🛠️ Build Docs
Build with `pnpm`, the content will be generated in `docs/.vuepress/dist`:
```bash
pnpm i
pnpm build
```Build with Docker:
```bash
docker build -t vuepress-opencv-notes .
docker run -itd -p 80:80 vuepress-opencv-notes
```Now you can visit to see your docs.
## 📜 License
- All files except `/docs/*` are licensed under [MIT License](https://mit-license.org/)
- `/docs/*` are licensed under [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)For more details, please read [this series of documents license](https://github.com/Sun-ZhenXing/Sun-ZhenXing.github.io#%E5%BC%80%E6%BA%90%E5%8D%8F%E8%AE%AE).