时间序列类(非图像类)数据采集以及数据标注工具 Qt 实现

久未见 提交于 2020-02-06 17:01:36

ImuDAQ-ImuDataProcesser

这是我基于Qt制作的一个Windows软件,具体功能如下readme文件,具体涉及到QCamera,QChart,Qlineseries等,主要实现数据采集,数据采集同时使用摄像头记录受试者状态,使用多QChart控件实现多通道信号数据序列的显示,辅以图片显示控件显示该信号数据针对的受试者状态,具有自动播放,手动拖动的功能,使用QLineseries存储线条数据,双击QChart控件添加竖线添加数据分割节点以辅助标注数据等。如果有需要某些功能讲解可以留言,在后续更新。

<值得注意的是这里的QCamera是不支持在Windows下使用QRecorder的>

Based on Qt 5.12.2 MSVC2017 32bit
This program is used for imu data aquisition and imu data processing.

library

  1. Lpsensor library is used to get imu data from Lp sensors.
  2. Protocol Buffer is used for encoding imudata to a kind of structed data, and these datasets will be transmitted by Tcp/IP.

The difference with ImuDAQ

  1. ImuDAQ-ImuDataProcesser has all function in ImuDAQ(ImuSend),and it used GUI to replace cmd to achieve human-computer interaction.
  2. ImuDAQ-ImuDataProcesser adds QCamera model to get image corresponding to every signal.
  3. ImuDAQ-ImuDataProcesser adds ImuDataProcesser to this application to visualize data.
    the main qt models as follow in *.pro file.
    QT       += charts
    QT       += multimedia multimediawidgets
    

GitHub地址:ImuDAQ-ImuDataProcesser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!