forked from ljubicicrobert/SSIMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release_notes.txt
112 lines (75 loc) · 3.72 KB
/
release_notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
SSIMS_v0.3.3.0 ----------------------------------------------------------------
Major changes:
- Huge speed improvement for feature tracking by using https://github.com/chinue/Fast-SSIM
- Significantly reduced computational complexity for feature tracking step
- Removed option to choose subpixel estimator size, Gaussian 2x3 fit now default
Minor changes:
- Changes to console printing format, added progress bar
- Bugfixes in filter_frames.py
- Minor bugfixes in GUI
- Added docstrings and type hints in Python files
SSIMS_v0.3.2.0 ----------------------------------------------------------------
Major changes:
- Added "Explore colorspaces" option in Filter frames form
Minor changes:
- Added new filters and polished old ones
- RGB model now default for filtering
- Keybindings changed for inspect_images.py
- New DJI Mini 2 parameters from Metashape
SSIMS_v0.3.1.4 ----------------------------------------------------------------
Minor changes:
- HSV filter result reverted to binary image
- Fixed an HSV filter ranging bug
SSIMS_v0.3.1.3 ----------------------------------------------------------------
Minor changes:
- Added preview button for individual filters in the stack
- Minor bugfixes in Filters form
SSIMS_v0.3.1.2 ----------------------------------------------------------------
Minor changes:
- Added a negative image filter
- HSV filter now returns masked image instead of binary image
- Fixed sorting issue in Filters form
SSIMS_v0.3.1.1 ----------------------------------------------------------------
Minor changes:
- Camera matrix scaling factor changed to image width (W)
SSIMS_v0.3.1.0 ----------------------------------------------------------------
Major changes:
- Added a camera calibration workflow
Minor changes:
- Added a calibration chequerboard template to `camera_profiles` folder
SSIMS_v0.3.0.3 ----------------------------------------------------------------
Major changes:
- Fixed bug in Filter form where canceled filter does not properly return to the available filters list
Minor changes:
- Measure distance window now opens in full screen mode
- Added shebang lines for Linux
- Replaced a couple accidental backslashes in path strings
- Fixed DJI Mini 2 tangential distortion coeff's swap
SSIMS_v0.3.0.2 ----------------------------------------------------------------
Minor changes:
- Removed skew coefficient from camera profiles and GUI
- Reduced number of possible radial distortion coefficients from 6 to 3
- Transposed camera matrix to match OpenCV style
- Fixed issue of legend not showing in GCP selection plot for orthorectification
SSIMS_v0.3.0.1 ----------------------------------------------------------------
Major changes:
- Fixed imwrite() bug in stabilization script for OpenCV 4.5+
Minor changes:
- Added Laplacian filter for preprocessing
- Fixed problem where form would hang when Python was not found in %PATH%
- If Python not in %PATH%, environmental variable window not opens in Administrator mode
- Replaced couple occurrences of f-strings with .format() for pre-Python 3.7 compatibility
SSIMS_v0.3.0.0 ----------------------------------------------------------------
Major changes:
- Migrated from .NET 4.0 to .NET 4.5 to enable new version checking using GitHub
- Added automatic and manual checking for new versions on GUI start
- Added link to GitHub readme as help
- Added frame filtering capabilities
- Replaced RMSD analysis for tracked feature quality with SSIM scores
- Added a Measure tool to help with determining optimal GSD in "Orthorectify" form
Minor changes:
- Changed name of the tool
- Updated screenshots to match new version
- Minor changes to Matplotlib windows' key shortcuts
- Added "Inspect frames" and "Open results folder" shortcuts
- Added shortcut for %PATH% variables window