Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tesar-tech/treman3
App for automatic assessment of tremor frequency from video
https://github.com/tesar-tech/treman3
csharp healthcare tremor uwp uwp-app video-processing
Last synced: about 1 month ago
JSON representation
App for automatic assessment of tremor frequency from video
- Host: GitHub
- URL: https://github.com/tesar-tech/treman3
- Owner: tesar-tech
- Created: 2019-06-15T13:34:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T16:07:09.000Z (6 months ago)
- Last Synced: 2024-07-09T18:15:40.555Z (6 months ago)
- Topics: csharp, healthcare, tremor, uwp, uwp-app, video-processing
- Language: C#
- Homepage: https://www.microsoft.com/en-us/p/treman3/9nl11tzlsfdp
- Size: 13.3 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TremAn3
Available in [Microsoft Store](https://www.microsoft.com/cs-cz/p/treman3/9nl11tzlsfdp).
![treman logo](TremAn3/Assets/StoreLogo.scale-200.png?raw=true)
TremaAn app measures frequency of tremor (e.g. Parkinsonian tremor) from video.
![treman app](NoApp/Store/appMetadata/en-us/baseListing/images/Screenshot/screenshot01.png?raw=true )
## Features
- Opens and plays videos
- Can be opened by drag&drop
- Counts frequency from video using [CoM algorithm](https://github.com/tesar-tech/treman_algorithms) (Center of Motion)
- Enables ROI selection
- ROI size can be adjusted. (use arrow keys for small change, PgDown/Up for large)
- Multiple ROIs for measuring different parts of the video (e.g left and right hand)
- Multiple plots with the option to hide them
- Displays plot with frquency progress
- Displays plot with power spectral density
- Displays plot with CoM values
- Export values to .csv format (CoM values and frequency analysis)
- Set time range for computation
- Controlled by touch, keyboard, mouse or pen
- Basic info about video in the title of window## Availability
Available in Microsoft Store.
[Download TremAn3 from the Microsoft Store.](https://www.microsoft.com/en-us/p/treman3/9nl11tzlsfdp?activetab=pivot:overviewtab)
[![Build Status](https://dev.azure.com/tesarj13/TremAn/_apis/build/status/master-store?branchName=master)](https://dev.azure.com/tesarj13/TremAn/_build/latest?definitionId=8&branchName=master)
Alternatily it can be downloaded as msix package. Instructions [here](https://treman3.azurewebsites.net/).
[![Build Status](https://dev.azure.com/tesarj13/TremAn/_apis/build/status/develop-cd?branchName=develop)](https://dev.azure.com/tesarj13/TremAn/_build/latest?definitionId=7&branchName=develop)
## Changelog
See [releases](https://github.com/tesar-tech/TremAn3/releases).