Giter Club home page Giter Club logo

doubleultrasoundscoliosis's Introduction

Interson Probe Ultrasound Applications

A repository for interactive ultrasound applications using Interson probes.

Currently the repository contains two applications

  1. UltrasoundOpticNerveUI: Automatic optic nerve width estimation suing the INterson linear array ultrasound probe.
  2. SpectroscopyRecorderUI: Raw RF signal recorder

Requirements and Build

Build each in "Release" configuration and in the following order:

  1. Qt5 (Yup, 5)
    • Use VS 2013 or 2015 and QT 5.8 make sure you use the QT installer that matches your VS version (otherwise you'll get a linker error).
      • with VS 2012 QT complains about c++11 compliancy.
      • VS 2017 complains about a QT bug thats fixed in 5.9 but with 5.9 VTK complains.
  2. ITK
  3. IntersonArraySDK
    • From Interson (https://interson.com/)
    • To run the probe the Interson drivers need to be installed using SeeMoreArraySetup.exe (from the IntersonArraySDK)
  4. IntersonArraySDKCxx (Must be INSTALLED - cannot use build dir)
  5. For running from commandline all dll's used also need ito be in the PATH. The CMakefiles.txt contains a package target that will collect all dlls and create a zip file (See creating a binary package).

Creating a Binary Package

The CMakelists.txt conatins instructions for cpack to create a zip file that includes all required dlls and the exectubale.

Running the target "package" (i.e. ninja package if you used ninja as your cmake generator) will create that zip file.

Software Architecture

Optic Nerve UI

This is a multithreaded architecture with three main threads.

  1. The QT user interface thread that displayes the images (in OpticNerveUI. ) by grabbing images from the ringbuffers in 2 and 3 below.
  2. The image aqusition thread that stores images into a RingBuffer (IntersonArrayDevice.hxx)
  3. The optic nerve width estimator that reads images from the ringbuffer and does the calculations (OpticNerveCalculator.hxx). This threads spawns multiple worker threads to estimate the width on multiple images in parallel adn stores the result ina ringbuffer.

Uses copied code from the UltrsoundOpticNerveEstimation repository.

TODOS

OpticNerveUI

  1. Cleanup code
  2. Simplify optic nerve estimator.
  3. The OpticNerveEstimator is allocated and deallcoated every time (and all the filters required). Shouls set this up as a a pipeline
  4. The optic nerve width estimates are not stored in order (display of estimate sis out order)

Spectroscopy Recorder

  1. Record images
  2. Highpass filter of the RF images

doubleultrasoundscoliosis's People

Contributors

aylward avatar hastingsgreer avatar samuelgerber avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.