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 49ae332 commit ba5afc0Copy full SHA for ba5afc0
MTM/__init__.py
@@ -8,7 +8,7 @@
8
#from NMS import NMS # for test purpose (should be commented then)
9
10
__all__ = ['NMS']
11
-
+__version__ = '1.15.1'
12
13
def _findLocalMax_(corrMap, score_threshold=0.6):
14
'''
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="Multi-Template-Matching",
- version="1.5.0",
+ version="1.5.1",
author="Laurent Thomas",
author_email="laurent132.thomas@laposte.net",
description="Object-recognition in images using multiple templates",
@@ -16,7 +16,7 @@
16
packages=["MTM"],
17
install_requires=[
18
'numpy',
19
- 'opencv-python-headless',
+ 'opencv-python-headless=4.1.0.25',
20
'scikit-image',
21
'scipy',
22
'pandas'
0 commit comments