Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
* Add mean shift filter algorithm.
* Now the time-consuming algorithms will be quickly interrupted after
the main panel is closed, to avoid the situation that the program still
remains in the background after the window is closed.
* Now the mouse on the thumbnails of the processing results will display
the original image, right click on the image can be copied or saved.
* Removed "Export Result" button.
* Now when a algorithm is running, the corresponding progress bar will
be displayed on the lower right of the main panel, and the cursor will
be changed to "busy".
* Adjusted the criterion of "connectivity-based correction" to improve
the accuracy of error correction.
* Some other technical adjustments.
  • Loading branch information
miRoox committed Mar 4, 2018
1 parent 26c6227 commit c33c521
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions cpp-qt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,13 @@ C组
+ 基于连通性的误差校正
* 界面文字翻译
* 一些技术性调整

### 1.1.0

* 新增了均值平移滤波算法。
* 现在耗时长的算法会在主面板关闭后快速中断,避免出现窗口关闭后程序仍留在后台进行运算的情况。
* 现在将鼠标放在各项处理结果的缩略图上会显示原图,在图像上用鼠标右键点击可以复制或保存。
* 移除了“导出结果”按钮。
* 现在算法执行时会在主面板右下方显示相应的进度条,同时光标指针会变为“忙”状态。
* 调整了“基于连通性的误差校正”的判据,提高了误差校正的正确率。
* 其它一些技术性调整。
2 changes: 1 addition & 1 deletion cpp-qt/mems.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TEMPLATE = app
TARGET = mems
DESTDIR = ./

VERSION = 1.0.1
VERSION = 1.1.0

CONFIG += c++14
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
Expand Down

0 comments on commit c33c521

Please sign in to comment.