forked from ljubicicrobert/SSIMS-Flow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelease_notes.txt
508 lines (347 loc) · 16.4 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
SSIMS-Flow v0.5.6.0
Major:
- Added 2D quiver plot (vectors) for time-averaged and maximal data.
Minor:
- Added option to the optical_flow.py and profile_data.py which suppresses the
cmd confirmation message at the end, which then enables batch processing via
scripting. Check the corresponding scripts for the details on how to enable
this "quiet mode".
- Fixed an issue where Estimate velocities button in the Optical flow form would
be disabled even when there are images available in the `frames` (and all other
folders are empty).
- Minor UI behavior changes.
===============================================================================
SSIMS-Flow v0.5.5.1
Minor:
- Fixed a bug where Python interpreter set would raise an IndexOutOfRangeException
while manually setting the interpreter path.
===============================================================================
SSIMS-Flow v0.5.5.0
Major:
- Added option to manually add Python interpreter path to the list instead
of adding it to the %PATH% variable. Huge thanks to Choi YoungDon for this
suggestion.
Minor:
- Added a slider to control the colorbar scale in 2D plots
- Fixed background removal filter bug when changing between gray and color mode
- Fixed a problem where filter preview would fail the first time and then work
all following when a fresh project is created.
===============================================================================
SSIMS-Flow v0.5.4.0
Minor:
- Migrated to .NET Framework 4.7.2
- Fixed issue with saving the results to Excel file when project name is not set
- Added a warning when video metadata read fails, such as when a video is on a cloud
drive (e.g., OneDrive).
===============================================================================
SSIMS-Flow v0.5.3.3
Minor:
- Fixed missing M_ortho matrix problem during stabilization
===============================================================================
SSIMS-Flow v0.5.3.2
Minor:
- Minor changes to command line print during feature tracking
- Added overwrite warning message before frame transformation
===============================================================================
SSIMS-Flow v0.5.3.1
Minor:
- Additional orthorectification bugfixes
===============================================================================
SSIMS-Flow v0.5.3.0
Major:
- Fixed a number of bugs when using fixed camera setup for orthorectification
- Fixed camera option in the Stabilize form will not block the orthorectification
- Allow previously image-selected orthorectification GCPs to be used instead of
having to reselect them every time
- Fixed mismatch issue between stabilization and orthorectification matrices.
Now every combination of stabilization transform method will work with the
orthorectification procedure
- Added SSIM stabilization score comparison by marker over time - opens as
a second plot when using "Plot SSIM scores" option in the "Select features to
use for image transformation" form
Minor:
- Camera model button in the Unpack video form now indicating when a custom
camera parameters are used
- Orthorectification GCP table now supports data pasting using CTRL+V (just make
sure that you're not editing the cell while pasting - stop cell edit with ESC)
===============================================================================
SSIMS-Flow v0.5.2.1
Minor:
- Fixed repeating Python interpreters appearing in dropdown list when found
in both user (local) and global %PATH% variable
- Fixed taskbar progress indicator not working as intended on Python 3.8+
===============================================================================
SSIMS-Flow v0.5.2.0
Minor:
- Fixed a bug when opening Orthorectification form would delete data from the table
===============================================================================
SSIMS-Flow v0.5.1.1
Minor:
- Added requirements.txt for one command installation of Python libraries
===============================================================================
SSIMS-Flow v0.5.1.0
Minor:
- Fixed FPS bug when starting optical flow analyses from the firt time,
when FPS was not inherited from video data
- Fixed frame crop bug where crop functionality would not work properly
with unsaved video path
- Added Canny edge detection as image enhancement filter
- Added Sobel operator as image enhancement filter (X and Y direction)
===============================================================================
SSIMS-Flow v0.5.0.0
Major:
- Spatial pooling is now completely written in C++ and no longer relies on
block_reduce() from scipy. This also allows for around ~100 msec per-frame
speedup.
- Significant improvements to flow direction estimation accuracy, considering
that flow direction data is now also spatially pooled, i.e., calculated only
based on the directions of magnitude-valid vectors within a pooling block.
- Added Reference frame pairing method.
- Added option to plot OF diagnostic data in Optical flow analyses form
- Added option to replace or interpolate data in the Optical flow analyses
table.
- Flow direction estimation accuracy significantly improved.
Minor:
- T0, T1, and T2 renamed to T1, T2, and T3. Projects created pre-v0.5.0.0
release should still work as intended without needing changes to file names.
- Renamed "Unpack video" tab to "Frames".
- Renamed "Enhance images" tab to "Enhance".
- Added option to skip stabilization and only perform orthorectification for
use with fixed cameras.
- Added measure tool to Frames tab, useful for obtaining GSD.
- Added options to also generate profile data from T1 (SingleTMP), T2, and T3,
along with Mean pooled (MultiTMP), and max pooled data.
- Now allowing GSD to be entered in either px/m or m/px.
- Minor changes to Optical flow form, now showing framerate calculations.
- Added Manual capping filter and fixed Normalize filter.
- If frames have been added by manually copying them in the frames/ folder,
a window asking for framerate will pop up before Analyze results form opens
in the Optical flow tab.
===============================================================================
SSIMS-Flow v0.4.2.0
Minor:
- Added velocity magnitude threshold filter
- Live plot preview is now optional during optical flow calculation (will save
around 200-300 msec per frame)
===============================================================================
SSIMS-Flow v0.4.1.3
Minor:
- Buxfix when 2D plots cause a "file not found" error with older projects
(pre v0.4.0.0) due to missing threshold_ratios.txt
===============================================================================
SSIMS-Flow v0.4.1.2
Minor:
- Fixed error in Preview filters
===============================================================================
SSIMS-Flow v0.4.1.1
Minor:
- Optical flow analysis will now show an overlay of the image used for
velocity estimation and the flow magnitude field, so that the user can track
what is being detected and tracked.
- Added support for taskbar progress indicator using PyTaskbar.
Requires comtypes (install with pip), and PyGetWindow (install with pip).
Is not required if you don't want/need a taskbar progress indicator.
Credits for PyTaskbar go to N3RDIUM (https://github.com/N3RDIUM/PyTaskbar).
===============================================================================
SSIMS-Flow v0.4.1.0
Major:
- Added an option to choose frame pairing method:
a) Sliding frames by step (0>>step, step>>2*step, ...) = faster, less data
b) Sliding frames by one (0>>step, 1>>step+1, ...) = slower, but more data
Minor:
- Improved background removal filter
- Modified filter preview form
===============================================================================
SSIMS-Flow v0.4.0.1
Minor:
- Bugfixes: colorspace conversions
- HSV colorspace now uses full 0-255 range for Hue, instead of 0-179
===============================================================================
SSIMS-Flow v0.4.0.0
Major:
- Reworked Image enhancement form, now opens in a new window with preview
- Image enhancement preview now uses native .NET forms, instead of Matplotlib.
This now allows for real-time preview of filter effects from the Enhance frames
form, without the need to restart Matplotlib figure every time.
- Optical flow now processes frames in pairs of (0, 0+OF_step), (1, 1+OF_step),
etc., where OF_step is the optical flow step. Previous versions used logic of
(0, OF_step), (OF_step, 2*OF_step), etc., which leads to fewer data points
in the final results.
- Added options to save filter stack to a file and load them from a file. This
should make it easier to reuse filter stacks across different projects, but
also allows for easier sharing with other people.
Minor:
- Minor bugfixes
===============================================================================
SSIMS-Flow v0.3.3.0
Major:
- Added Crop-to-ROI option in Unpack videos form
- Added Adjust Channels filter
- Required vcruntime140.dll now shipped with DLLs
Minor:
- Added a post-filtering colorspace indicator to the Enhance frames form.
Filter definitions now contain additional ColorspaceAfter parameter.
- Added a MEAN parameter to Gaussian lookup filter (previously fixed at 127)
- Apparently some changes were made to the way objects can be deleted in
Matplotlib 3.7+, causing deletion of certain object to fail. Should now
work correctly.
===============================================================================
SSIMS-Flow v0.3.2.1
Minor:
- Fixed bugs with global histogram equalization and CLAHE for multi-channel
inputs
===============================================================================
SSIMS-Flow v0.3.2.0
Minor:
- Added Rearrange channels filter
===============================================================================
SSIMS-Flow v0.3.1.2
Minor:
- Fixed a bug with Channel Thresholding Filter
===============================================================================
SSIMS-Flow v0.3.1.1
Minor:
- Recompiled ssim.dll with MSVCR140.dll, now same as pooling.dll and filtering.dll
to remove dependency on MS Visual C++ Redist. 2013. Now only Redist. 2015-2022
(multi-install) is required (thanks Khim for the help and patience)
===============================================================================
SSIMS-Flow v0.3.1.0
Major:
- GUI is now locale invariant, and will force the use of decimal dot (.)
regardless of Windows Regional Settings. When editing [project.ssims] file
manually, users should ONLY USE decimal dot (.) as a separator.
Minor:
- Replaced numpy.ctypeslib.load_library() with ctypes.CDLL() due to changes in
Python 3.8+ versions which cause a bug where a C++ libraries could not be
properly loaded. If the problem persists, please let me know.
===============================================================================
SSIMS-Flow v0.3.0.1
Minor:
- Add Normalize image filter
- Fix marker numbers not being deleted when using keyboard (D key)
- Add Threshold ratio 2D plot button
===============================================================================
SSIMS-Flow v0.3.0.0
Major:
- Applied pooling to temporal axis, which greatly improves the accuracy of time
averaging of velocity magnitudes
- Added automatic recognition of ArUco markers (default 4x4_50 dictionary)
in the first frame, which can be used for stabilization and orthorectification
(compatible with OpenCV 4.7+)
- Added option to delete unnecessary data after analyses (Delete data form)
Minor:
- Added "Load recent projects" option to main form
- Added option to only print time averaged optical flow data (to save space)
- Added option to only extract every Nth frame from the video
- Tweaks to Farneback method parameters to make it less sensitive to low displacements
- Fixed a UI bug when creating a new project in an existing folder non-empty folder
where previous folder would be mentioned in the pop-up Message Box
- Both time averaged (mag_mean) and local maximal magnitudes (mag_max) are now saved
and can be plotted in the Optical Flow Analyses form
- Fixed issues with Unicode support in config files
Update is NOT compatible with projects and results of releases 0.2.X.X.
===============================================================================
SSIMS-Flow v0.2.1.3
Minor:
- Fixed a type mismatch bug when using Background removal filter
===============================================================================
SSIMS-Flow v0.2.1.2
Minor:
- Fixed Enhancement form not refreshing filters after a new project is loaded
===============================================================================
SSIMS-Flow v0.2.1.1
Minor:
- Fixed a bug where Measure option would not work when Orthorectification table is empty
===============================================================================
SSIMS-Flow v0.2.1.0
Major:
- Added option to export Optical Flow data to XSLX file
===============================================================================
SSIMS-Flow v0.2.0.6
Minor:
- [depth_profile.txt] will not get deleted now on repeated optical flow
===============================================================================
SSIMS-Flow v0.2.0.5
Minor:
- Minor GUI bugfixes in Create Video panel
===============================================================================
SSIMS-Flow v0.2.0.4
Minor:
- Suppressed annoying RuntimeWarning for np.mean()
- Now catching strange ValueError when interpolating vector angles
===============================================================================
SSIMS-Flow v0.2.0.3
Minor:
- Fixed a bug where enhancement was not detected on project load
- Fixed median filter
===============================================================================
SSIMS-Flow v0.2.0.2
Minor:
- Fixed a bug where enhancement and optical flow are not available if
stabilization was not performed
===============================================================================
SSIMS-Flow v0.2.0.1
Minor:
- Creating a new project will not delete the videos with extensions .mp4, .avi,
.mov, .mkv, .webm, and .wmv (case insensitive) from the project folder. It is,
however, not recommended to keep the video in the project folder.
===============================================================================
SSIMS-Flow v0.2.0.0
Major:
- Fixed a bug where parameters do not reset properly on Create new project
- Fixed slow opening of Select features form
- Fixed obscure MathDomain error during subpixel estimation
- Fixed Tracking and Transformation parameters saving
- Added NULL exception when cloud video meta being read (OneDrive)
- Fixed number of features not updating in Select features after retracking
- Fixed wrong framerate detected in Create video form
NOTE: Projects created using earlier versions of the tool might not work
correctly with this version.
===============================================================================
SSIMS-Flow v0.1.1.4
Minor:
- Fix occurrence of NaN in flow direction
===============================================================================
SSIMS-Flow v0.1.1.3
Minor:
- Fix missing C++ function for Optical flow analysis
===============================================================================
SSIMS-Flow v0.1.1.2
Minor:
- GUI tweaks
- Fixed a bug in Image enhancement where filters.txt could not be found
===============================================================================
SSIMS-Flow v0.1.1.1
Minor:
- GUI tweaks
===============================================================================
SSIMS-Flow v0.1.1.0
Major:
- Added splash screen
Minor:
- GUI now remembers selected radio buttons in Enhance and Optical flow panels
===============================================================================
SSIMS-Flow v0.1.0.5
Minor:
- Fix wrong first image pair for optical flow when step != 1
- Prevent progress bar overflow
===============================================================================
SSIMS-Flow v0.1.0.4
Major:
- Added step-by-step image enhancement preview
Minor:
- Small changes to GUI
- Fix: Prevent form locking when Create/Load project is canceled
- Fix: Loading feature tracking IA and SA sizes back to GUI from Matplotlib
===============================================================================
SSIMS-Flow v0.1.0.3
- Minor fixes and improvements
===============================================================================
SSIMS-Flow v0.1.0.2
- Minor optimization
===============================================================================
SSIMS-Flow v0.1.0.1
- Added 2D plots to Optical flow analyses
===============================================================================
SSIMS-Flow v0.1.0.0
- Initial commit of beta version