Difference between revisions of "Documentation/Nightly/Extensions/SlicerOpenCV"

From Slicer Wiki
Jump to: navigation, search
(Created page with "<noinclude>{{documentation/versioncheck}}</noinclude> <!-- ---------------------------- --> {{documentation/{{documentation/version}}/module-header}} <!-- --------------------...")
 
Line 10: Line 10:
 
Extension: [[Documentation/{{documentation/version}}/Extensions/SlicerOpenCV|SlicerOpenCV]]<br>
 
Extension: [[Documentation/{{documentation/version}}/Extensions/SlicerOpenCV|SlicerOpenCV]]<br>
 
Acknowledgments:
 
Acknowledgments:
This work was done as a supplement to the Quantitative Image Informatics NIH-NCI National Cancer Institute Grant 5U24CA180918-02.<br>
+
This work was done as a supplement to the Quantitative Image Informatics project via the NIH-National Cancer Institute Grant 5U24CA180918-03.<br>
 
Author: Nicole Aucoin ({{collaborator|name|spl}})<br>
 
Author: Nicole Aucoin ({{collaborator|name|spl}})<br>
 
Contributor1: Jean-Christophe Fillion-Robin ({{collaborator|name|kitware}})<br>
 
Contributor1: Jean-Christophe Fillion-Robin ({{collaborator|name|kitware}})<br>

Revision as of 20:09, 2 March 2016

Home < Documentation < Nightly < Extensions < SlicerOpenCV


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements

Extension: SlicerOpenCV
Acknowledgments: This work was done as a supplement to the Quantitative Image Informatics project via the NIH-National Cancer Institute Grant 5U24CA180918-03.
Author: Nicole Aucoin (SPL)
Contributor1: Jean-Christophe Fillion-Robin (Kitware)
Contact: Nicole Aucoin, <email>nicole@bwh.harvard.edu</email>

Surgical Planning Laboratory (SPL)  
Kitware, Inc.  

Module Description

Use Cases

  • This extension provides a way for a Slicer extension developer to build against the OpenCV pacakge

Tutorials

Panels and their use

Similar Modules

References


Information for Developers


  • Include the SlicerOpenCV extension by calling find_package(SlicerOpenCV REQUIRED). This will set OpenCV_DIR in the scope of your extension.
  • This extension also provides the ITK module Video Bridge OpenCV