Difference between revisions of "Documentation/Nightly/Extensions/SlicerOpenCV"
From Slicer Wiki
Line 38: | Line 38: | ||
{{documentation/{{documentation/version}}/module-section|Panels and their use}} | {{documentation/{{documentation/version}}/module-section|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. | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 44: | Line 45: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|References}} | {{documentation/{{documentation/version}}/module-section|References}} | ||
+ | * Quantitative Image Informatics for Cancer Research (QIICR) http://qiicr.org | ||
* Open Source Computer Vision http://opencv.org | * Open Source Computer Vision http://opencv.org | ||
Line 53: | Line 55: | ||
* Include the SlicerOpenCV extension by calling find_package(SlicerOpenCV REQUIRED). This will set OpenCV_DIR in the scope of your extension. | * 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 | * This extension also provides the ITK module Video Bridge OpenCV | ||
+ | * The [https://github.com/SBU-BMI/SlicerPathology Slicer Pathology] extension uses the SlicerOpenCV extension | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 20:20, 2 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