10000 GitHub - iis-eth-zurich/AEPUS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iis-eth-zurich/AEPUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AEPUS:

A tool for the Automated Extraction of Pennation angles in Ultrasound images with low Signal-to-noise ratio

Introduction

This repository contains the work in progress on the AEPUS tool.

The current implementation performs physiological feature extraction from Ultrasound (US) images of gastrocnemius muscle.

AEPUS identifies:

  • Superficial Aponeurosis (blue)
  • Deep Aponeurosis (red)
  • Average Fascicle inclination angle (green)

alt text

Structure of the repository

This repository contains:

  • aepus folder contains the source code with low-level routines.

  • tests folder contains

    • a simple test demonstrating feature extraction
    • sample US images required for the test (located in data directory)

Installation and usage

To install the library we advise using miniconda package manager and creating a virtual environment. To do it:

  1. Download the repository to your local PC
  2. Install miniconda
  3. Move to the library directory
  4. Execute the command below to create a virtual environment named pybf_env to install all necessary libraries listed in conda_requirements.txt
conda create --name aepus_env python=3.9 --file conda_requirements.txt

Note: If you have problems with installing the packages automatically you can do it manually. Critical packages for the library are:

  • numpy
  • matplotlib
  • scipy
  • scikit-image
  • pillow
  • opencv (for visualization)

To use existing features we advise exploring the provided test.

To run the test:

  1. Run a terminal and activate conda environment
conda activate aepus_env
  1. Navigate to the directory of the test
  2. Execute
python main.py

License

All source code is released under Apache v2.0 license unless noted otherwise, please refer to the LICENSE file for details. Example datasets under tests/data folder are provided under a Creative Commons Attribution No Derivatives 4.0 International License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0