Coder Social home page Coder Social logo

vasculardataviz's Introduction

Discription:

This app helps to visualize pO2pts, stalling segments on angiogram and get branch order statistics for that data.

input:

Angiogram volume
A file name is provided for a MAT or TIF file that contains the volumetric image of the angiogram. This is generally the angiogram image file and not a segmented angiogram.

Graph file
A file name is provided for a MAT file that contains the graph information with the following fields:
Graph.nodes [Nx3] - This is the 3D position of each of the N nodes in the graph
Graph.edges [Mx2] - This is the list of M edges giving the index for each of the 2 nodes connected by the given edge.
Graph.diam [Nx1] - This is the diameter at each node in units of micrometers.
Graph.nodeType [Nx1] - This indicates whether a node is an artery (1), a capillary (2), or a vein(3). This is optional in the input file.
Graph.segInfo - This is a data structure that contains information about the nodes and edges contained in each vascular segment.

OCT stall data
This is the output saved from capStallGUI.
The input has 5 variables:
Cap [Nx2] - contains 2D coordinates of the capillary stall points in the MIP coordinate system
Pts [Nx3] - contains 3D coordinates of the capillary stall points in the 3D average volume
Seg [Nx1]- is a structure data type.
Seg.pos [MX3]- contains positions of the capillary segment. Note that the number of node points M generally differs for each capillary segment.
Seg.mask [Px1] - contains a list of indices into the volume image indicating the voxels corresponding to the masked capillary segment.
Int_ts [NT] - contains the intensity time series of each segment averaged over the list of Seg.mask voxels for the given segment.
StallingMatrix [N
T] - is binary matrix with stalls indicated as 1 and non-stalls as 0. This is the famous stall-o-gram.
N - number of stalling capillary segments
T - number of images in the time series

pO2 Data
This is pO2 points information pO2pts [Nx3] - contains 3D coordinates of pO2 pts in the measured volume.
N - number of po2 pts measured

Output:

Graph.pO2ptsBO -
Graph.IntrapO2ptspath -

vasculardataviz's People

Contributors

sreekanthkura7 avatar

Stargazers

 avatar

Watchers

 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.