gluing point tracking tool

This commit is contained in:
q
2025-06-10 15:44:19 +03:00
parent 69491a64b6
commit 0777e5561d
4 changed files with 181 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["opencv-python>=4.5.0"]
dependencies = ["opencv-python>=4.5.0","scipy"]
[project.scripts]
tsmark = "tsmark:main"