Difference between revisions of "Documentation/Nightly/Modules/LineMarkerRegistration"

From Slicer Wiki
Jump to: navigation, search
Line 31: Line 31:
 
{{documentation/{{documentation/version}}/module-section|Tutorials}}
 
{{documentation/{{documentation/version}}/module-section|Tutorials}}
  
=Installation=
+
==Installation==
 
Currently this CLI is not available in Slicer Extension. Please obtain the source code from [https://github.com/SNRLab/LineMarkerRegistration Git repository] and build it by following [[Documentation/Nightly/Developers/Build_Module| the instruction]].
 
Currently this CLI is not available in Slicer Extension. Please obtain the source code from [https://github.com/SNRLab/LineMarkerRegistration Git repository] and build it by following [[Documentation/Nightly/Developers/Build_Module| the instruction]].
  
=Example Data=
+
==Example Data==
 
Example fiducial marker data (MR-visible z-frame) comes with the source code. There are three files in the "Examples" directory:
 
Example fiducial marker data (MR-visible z-frame) comes with the source code. There are three files in the "Examples" directory:
 
* zframe-config.csv  (Example fiducial marker configuration file)
 
* zframe-config.csv  (Example fiducial marker configuration file)

Revision as of 14:39, 9 January 2013

Home < Documentation < Nightly < Modules < LineMarkerRegistration

Introduction and Acknowledgements

This work is part of the National Center for Image Guided Therapy (NCIGT) (P41 EB015898), National Alliance for Medical Image Computing (NA-MIC) (U54 EB005149), and other research grants (R01 CA111288, R01 CA138586) funded by National Institutes of Health and CIMIT.
Author: Junichi Tokuda, BWH
Contact: Junichi Tokuda, <email>tokuda@bwh.harvard.edu</email>

Surgical Planning Laboratory (SPL)  

Module Description

The Line Marker Registration CLI automatically detects a fiducial marker consisting of multiple lines on a 3D image and register the marker to the image coordinate system. The users can configure the CLI to use their own fiducial marker design by creating a marker configuration file formatted in CSV.

Use Cases

N/A

Tutorials

Installation

Currently this CLI is not available in Slicer Extension. Please obtain the source code from Git repository and build it by following the instruction.

Example Data

Example fiducial marker data (MR-visible z-frame) comes with the source code. There are three files in the "Examples" directory:

  • zframe-config.csv (Example fiducial marker configuration file)
  • zframe-image.nrrd (MR image of example fiducial marker)
  • zframe-model.vtk (VTK model of fiducial marker)



Panels and their use

N/A

Similar Modules

N/A

References

N/A

Information for Developers