1 Star 0 Fork 0

celoran/ParticleTracking

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ChangeLog.txt 2.62 KB
一键复制 编辑 原始数据 按行查看 历史
celoran 提交于 2023-09-27 20:24 . update change log
2023.09.27
1. 修复live模式选点时np.int32导致的报错
2. 修复manual模式关闭contour窗口时找不到窗口报错
1.6.1.4 for python3
2018.07.27
by zc
1. 取消1.6.1.3中增加的5秒延时,(按P键可暂停)
detection_functions.py
[def post_processing]
2. track时的轨迹颜色增加颜色随速度变化,低速为蓝色(H:240),高速为红色(H:0)
3. 修复findCounters接收返回结果变量过多的Bug
4. 格式化代码
1.6.1.3 for python3
2018.04.07
by zc
1. 利用2to3.py将代码转成python3
2. GUI_main.py
L268:__init__--在打开文件窗口添加wmv格式
L303:create_tkinter_dict--添加BooleanVar和StringVar类型判断(修复写入部分配置失败的错误)
L349:write_config--文件打开类型由'wb'改为'w'(修复字节流错误)
L469:show_preview--更改geometry函数参数(修复bad geometry specifier错误)
L619:count_total_frames--删除部分无用代码(去掉没有内容的temp窗口)
L1096:update_color_image_single--将catch的错误类型由'ValueError'改为'tkinter.TclError'(修复抓取不到异常的错误)
L1105:update_color_image_rand--将catch的错误类型由'ValueError'改为'tkinter.TclError'(修复抓取不到异常的错误)
L1113:update_color_image_rand--将colorWidth由float转成int类型(修复切片索引不是i
L1635:get_reference--将reference /= float(count)(修复类型转换失败的错误)
3. detection_function.py
L329:get_colors--将颜色值由'np.int32'类型改为'int'(修复Scalar value for argument 'color' is not numeric错误)
L335:get_colors--将'number/3'改为'number//3'(修复切片索引不是int的错误)
L385:color_invert--将颜色值由'np.int32'类型改为'int'(修复Scalar value for argument 'color' is not numeric错误)
L397:color_fix--将颜色值由'np.int32'类型改为'int'(修复Scalar value for argument 'color' is not numeric错误)
L718:centered_difference--将'order/2'改为'order//2'(修复切片索引不是int的错误)
L1707:post_processing--文件打开类型由'wb'改为'w'(修复字节流错误)
L1979:save_data_raw--文件打开类型由'wb'改为'w'(修复字节流错误)
4. Live tracking时增加5秒延时,以便于选取需要track的粒子(detection_auto.py-run_video,L247)
5. 未修复错误
post_processing时,颜色值留空会引发tkinter.TclError(位置:GUI_main.py-write_config,L335)
Live tracking时,如果开始track时preview窗口没有关闭,track结束会引发AttributeError(位置:GUI_main.py-analyze_frame,L524)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/celoran/ParticleTracking.git
git@gitee.com:celoran/ParticleTracking.git
celoran
ParticleTracking
ParticleTracking
master

搜索帮助