File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ 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
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
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
18+ ### Changed
19+ - NMS is now using the opencv ` cv2.dnn.NMSBoxes ` function
20+ - use timeit for benchmark in example notebook
21+
22+ ### Removed
23+ - ` MTM.NMS.Point_in_Rectangle ` and ` MTM.NMS.computeIoU ` as they are not used anymore for the NMS
24+
25+ ## [ 1.5.3.post2] - 2020-08-04
26+ ### Fixed
27+ - issue when no detection found (see Changed)
28+
29+ ### Changed
30+ - ` MTM.findMatches ` return a dataframe with proper column names (not just empty)
31+ - better handle the different opencv matchTemplate methods
32+
33+ ## [ 1.5.3.post1] - 2020-05-11
34+ ### Removed
35+ - remove the hardcoded version requirement for opencv-python-headless in setup.py
36+
37+ ### Added
38+ - MTM version is now defined in a dedicated version.py file
39+
40+ ## [ 1.5.3] - 2020-04-28
41+ ### Added
42+ - ` MTM.computeScoreMap ` which is like ` cv2.matchTemplate ` but checking for image types
43+
44+
45+ ## [ 1.5.2] - 2019-12-19
46+ ### Changed
47+ - ` MTM.findMatches ` automatically cast 16-bit images and/or template to 32-bit
48+
49+ ## [ 1.5.1] - 2019-10-10
50+ ### Changed
51+ - use pandas dataframe to return list of hits for ` MTM.matchTemplates ` and ` MTM.findMatches `
You can’t perform that action at this time.
0 commit comments