Skip to content

Commit ba5afc0

Browse files
committed
Update version + mention opencv version
1 parent 49ae332 commit ba5afc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MTM/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#from NMS import NMS # for test purpose (should be commented then)
99

1010
__all__ = ['NMS']
11-
11+
__version__ = '1.15.1'
1212

1313
def _findLocalMax_(corrMap, score_threshold=0.6):
1414
'''

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="Multi-Template-Matching",
8-
version="1.5.0",
8+
version="1.5.1",
99
author="Laurent Thomas",
1010
author_email="laurent132.thomas@laposte.net",
1111
description="Object-recognition in images using multiple templates",
@@ -16,7 +16,7 @@
1616
packages=["MTM"],
1717
install_requires=[
1818
'numpy',
19-
'opencv-python-headless',
19+
'opencv-python-headless=4.1.0.25',
2020
'scikit-image',
2121
'scipy',
2222
'pandas'

0 commit comments

Comments
 (0)