Difference between revisions of "Feature Extraction with Particles"

From NAMIC Wiki
Jump to: navigation, search
Line 8: Line 8:
  
 
==Project Description==
 
==Project Description==
 +
[http://www.ncbi.nlm.nih.gov/pubmed/19834216 Scale-space particles] are a feature extraction tool that samples an image domain looking for second-order features based on Hessian information in both scale and space. Scale-space particles are implemented in Teem as part of the pull library.
 
<div style="margin: 20px;">
 
<div style="margin: 20px;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
*
+
* Create a user-friendly interface to allow feature extraction based on space-scale particles in ROIs.
 +
* The primary goal is to develop a module that
 +
** can enable visual parameter exploration for whole image-domain feature extraction
 +
** can provide interactive features extraction in ROIs 
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
*
+
* Integrate the functionality of the pull library as a VTK class
 +
* Create a python module that relies on a vtkSlicerLogic class to orchestrate the VTK functionality.
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
*
+
* VTK class is under development. The primary issue now is to
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 17:51, 5 January 2015

Home < Feature Extraction with Particles

Key Investigators

Raul San Jose, James Ross (Brigham and Women's Hospital)

Project Description

Scale-space particles are a feature extraction tool that samples an image domain looking for second-order features based on Hessian information in both scale and space. Scale-space particles are implemented in Teem as part of the pull library.

Objective

  • Create a user-friendly interface to allow feature extraction based on space-scale particles in ROIs.
  • The primary goal is to develop a module that
    • can enable visual parameter exploration for whole image-domain feature extraction
    • can provide interactive features extraction in ROIs

Approach, Plan

  • Integrate the functionality of the pull library as a VTK class
  • Create a python module that relies on a vtkSlicerLogic class to orchestrate the VTK functionality.

Progress

  • VTK class is under development. The primary issue now is to