Difference between revisions of "BloodFlow"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(New page: ==Current Project Status== * ==TODO== * ==Paper List== === Cylindrical rendering === * Colon Visualization Using Cylindrical Parameterization - Z. Mai, T. Huysmans, and J. Sijbers ...)
 
(Flow Visualization)
 
(7 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
==Members==
 +
 +
* Current graduate students: Ming-Chen Hsu, Han Kim, and Gregory Long
 +
 +
* Faculty: Yuri Bazilevs, Jurgen Schulze, and Alison Marsden
 +
 +
* Past students: Kenneth Benner, Sasha Koruga
 +
 +
 
==Current Project Status==
 
==Current Project Status==
  
Line 4: Line 13:
  
 
==TODO==
 
==TODO==
 
+
===Han===
*  
+
* create a new folder under plugin
 
+
* write data loader for bloodflow data
 +
* build an octree with the data
  
 
==Paper List==
 
==Paper List==
 
=== Cylindrical rendering ===
 
=== Cylindrical rendering ===
 
* Colon Visualization Using Cylindrical Parameterization - Z. Mai, T. Huysmans, and J. Sijbers
 
* Colon Visualization Using Cylindrical Parameterization - Z. Mai, T. Huysmans, and J. Sijbers
 +
* Volumetric Rendering of Cylindrical data
 +
** http://portal.acm.org/citation.cfm?id=99318
 +
** talks about rendering curvilinear surfaces, basically just says to interpolate
  
 
=== Flow Visualization ===
 
=== Flow Visualization ===
 
* http://cs.swansea.ac.uk/~cszp/files/peng09survey/peng09survey.pdf
 
* http://cs.swansea.ac.uk/~cszp/files/peng09survey/peng09survey.pdf
 +
 +
* Illustrative Stream Surfaces - Silvia Born, Alexander Wiebel, Jan Friedrich, Gerik Scheuermann, and Dirk Bartz
 +
** this paper has amazing illustrative figures of vector fields.
 +
* Evenly Spaced Streamlines for Surfaces: An Image-Based Approach
 +
** http://web.engr.oregonstate.edu/~zhange/images/imagestreamline.pdf
 +
* Flow Visualization Techniques for CFD Using Volume Rendering https://e-reports-ext.llnl.gov/pdf/238449.pdf
 +
** Nice overview of different flow visualization techniques (streamlines, stream surfaces, etc)
 +
* Flow http://www.zhanpingliu.org/research/flowvis/FlowVis.htm
 +
** overview of many flow visualization techniques - focuses on Line Integral Convolution and extensions of it.
  
 
=== Transfer function ===
 
=== Transfer function ===
Line 24: Line 46:
 
* Texture hardware assisted rendering of time-varying volume data
 
* Texture hardware assisted rendering of time-varying volume data
 
* A fast volume rendering algorithm for time-varying fields using a time-space partitioning tree.
 
* A fast volume rendering algorithm for time-varying fields using a time-space partitioning tree.
 +
* Volume Rendering of Abdominal Aortic Aneurysms Roger C. Tam, Christopher G. Healey, Borys Flak, and Peter Cahoon
 +
** http://www.csc.ncsu.edu/faculty/healey/HTML_papers/aneurism/aneurism.html
 +
** old, specific to topic, on whole CT data, not a model
 +
* Computer aided diagnosis for virtual endoscopy Wei Hong
 +
** http://portal.acm.org/citation.cfm?id=1570930&coll=DL&dl=GUIDE&CFID=4717818&CFTOKEN=19743614
 +
** no online copy available
 +
** not specific to blood vessels
 +
* High-Quality Two-Level Volume Rendering of Segmented Data Sets on Consumer Graphics Hardware
 +
** http://portal.acm.org/citation.cfm?id=1081432.1081484&coll=DL&dl=GUIDE&CFID=4717818&CFTOKEN=19743614
 +
** emphasizes implementation of the rendering
 +
 +
=== Segmentation ===
 +
* Hybrid Segmentation and Exploration of the Human Lungs
 +
** http://portal.acm.org/citation.cfm?id=1081432.1081468&coll=DL&dl=GUIDE&CFID=4717818&CFTOKEN=19743614
 +
** rendering lungs for virtual endoscopy
 +
** segmentation methods
 +
** touches on blood vessels in lungs - too small/intricate?
 +
* Connectivity-based local adaptive thresholding for carotid artery segmentation using MRA images
 +
** [http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6V09-4HBSGVC-1&_user=4429&_coverDate=12%2F12%2F2005&_rdoc=1&_fmt=high&_orig=search&_origin=search&_sort=d&_docanchor=&view=c&_searchStrId=1626142840&_rerunOrigin=google&_acct=C000059602&_version=1&_urlVersion=0&_userid=4429&md5=21ec2adeedfd59c7b5900c31ac9d31e8&searchtype=a link]
 +
** seems relevant, no pdf
 +
 +
=== Vector field visualization ===
 +
* Most vector field visualization are textures, “smoke” particles
 +
* mostly seems to apply to fluids passing over solid objects (cars, airplanes)
 +
 +
* Visualization of Vorticity and Vortices in Wall-Bounded Turbulent Flows
 +
** http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4276084
 +
* Higher Dimensional Vector Field Visualization: A Survey
 +
** http://cs.swansea.ac.uk/~cszp/files/peng09survey/peng09survey.pdf
 +
** summary of different techniques
 +
** current (2009)
 +
** looked mostly at section 4, 5 & the table at the beginning
  
 
== Long Term Goal ==
 
== Long Term Goal ==
* integrate with deskvox
+
*
* integrate with my multi-dimensional transfer function
+

Latest revision as of 14:51, 8 February 2011

Contents

Members

  • Current graduate students: Ming-Chen Hsu, Han Kim, and Gregory Long
  • Faculty: Yuri Bazilevs, Jurgen Schulze, and Alison Marsden
  • Past students: Kenneth Benner, Sasha Koruga


Current Project Status

TODO

Han

  • create a new folder under plugin
  • write data loader for bloodflow data
  • build an octree with the data

Paper List

Cylindrical rendering

  • Colon Visualization Using Cylindrical Parameterization - Z. Mai, T. Huysmans, and J. Sijbers
  • Volumetric Rendering of Cylindrical data

Flow Visualization

Transfer function

System

Segmentation

Vector field visualization

  • Most vector field visualization are textures, “smoke” particles
  • mostly seems to apply to fluids passing over solid objects (cars, airplanes)

Long Term Goal