We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448e4a9 commit 3def8abCopy full SHA for 3def8ab
requirements.txt
@@ -1,5 +1,5 @@
1
Multi-Template-Matching==1.4
2
numpy==1.16.4
3
-opencv-python==4.1.0.25
+opencv-python-headless==4.1.0.25
4
scikit-image==0.15.0
5
scipy==1.3.0
setup.py
@@ -16,7 +16,7 @@
16
packages=["MTM"],
17
install_requires=[
18
'numpy',
19
- 'opencv-python',
+ 'opencv-python-headless',
20
'scikit-image',
21
'scipy'
22
],
0 commit comments