Difference between revisions of "Documentation/Nightly/Extensions/SlicerOpenCV"
From Slicer Wiki
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 | + | This work was supported by a supplement to the Quantitative Image Informatics project via the NIH-National Cancer Institute Grant U24 CA180918-03 as well as U24 CA180924 Tools to Analyze Morphology and Spatially Mapped Molecular Data with Stony Brook University.<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: Andrey Fedorov ({{collaborator|name|spl}})<br> |
+ | Contributor2: Jean-Christophe Fillion-Robin ({{collaborator|name|kitware}})<br> | ||
Contact: Nicole Aucoin, <email>nicole@bwh.harvard.edu</email><br> | Contact: Nicole Aucoin, <email>nicole@bwh.harvard.edu</email><br> | ||
{{documentation/{{documentation/version}}/module-introduction-row}} | {{documentation/{{documentation/version}}/module-introduction-row}} |
Revision as of 20:30, 3 March 2016
Home < Documentation < Nightly < Extensions < SlicerOpenCV
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Extension: SlicerOpenCV | |||||
|
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
The OpenCV module doesn't provide a GUI, it's intended to be used at the library level by other modules.
Similar Modules
References
- Quantitative Image Informatics for Cancer Research (QIICR) http://qiicr.org
- Open Source Computer Vision http://opencv.org
Information for Developers
Section under construction. |
- 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
- The Slicer Pathology extension uses the SlicerOpenCV extension