1
0

refactor: merge multiple project into one and create new project

This commit is contained in:
2026-04-07 08:30:41 +08:00
parent 7aa7ae3335
commit 6cb1a89751
49 changed files with 2932 additions and 4 deletions

11
mv-and-ip/pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "mv-and-ip"
version = "0.1.0"
description = "Machine vision and image process course code."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"matplotlib>=3.10.8",
"numpy>=2.2.6",
"opencv-python==4.12.0.88",
]