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 590e4fb commit aeda3aaCopy full SHA for aeda3aa
CHANGELOG.md
@@ -3,18 +3,18 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
-### [1.6.1] - SOON
+## [1.6.1] - SOON
7
### Added
8
- support mask for matchTemplates and findMatches as in cv2.matchTemplates with method 0 or 3
9
- notebook tutorial with mask
10
- CHANGELOG.MD
11
12
-### [1.6.0.post1] - 2020-08-04
+## [1.6.0.post1] - 2020-08-04
13
### Fixed
14
- issue when no detection found (see Changed of version 1.5.3.post2)
15
16
17
-### [1.6.0] - 2020-08-03
+## [1.6.0] - 2020-08-03
18
### Changed
19
- NMS is now using the opencv `cv2.dnn.NMSBoxes` function
20
- use timeit for benchmark in example notebook
0 commit comments