Skip to content

Sun-ZhenXing/vuepress-opencv-notes

Repository files navigation

VuePress OpenCV Notes

actions status

🌐 中文文档 | 🚀 Online Reading (Chinese)

📝 Introduction

This is a note for learning OpenCV.

🛠️ Build Docs

Build with pnpm, the content will be generated in docs/.vuepress/dist:

pnpm i
pnpm build

Build with Docker:

docker build -t vuepress-opencv-notes .
docker run -itd -p 80:80 vuepress-opencv-notes

Now you can visit http://localhost to see your docs.

📜 License

For more details, please read this series of documents license.