Difference between revisions of "2016 Winter Project Week/Projects/SlicerOpenCVExtension"

From NAMIC Wiki
Jump to: navigation, search
Line 31: Line 31:
 
** Enabling the ITK OpenCV Bridge:
 
** Enabling the ITK OpenCV Bridge:
 
*** The Slicer version of ITK needed changes from this patch in order to be able to build with the module enabled: [https://github.com/InsightSoftwareConsortium/ITK/commit/412dd83a680cc024c12f971ec57f76881c7eab78 COMP: simplify ITKVideoBridgeOpenCV dependency]
 
*** The Slicer version of ITK needed changes from this patch in order to be able to build with the module enabled: [https://github.com/InsightSoftwareConsortium/ITK/commit/412dd83a680cc024c12f971ec57f76881c7eab78 COMP: simplify ITKVideoBridgeOpenCV dependency]
*** Building the bridge outside of the source referred to [http://itk-users.7.n7.nabble.com/Problems-building-ITK-Snap-outside-the-Insight-Applications-tree-td14733.html Building ITK SNAP outside of the application]
+
*** Building the bridge outside of the source referred to ITK mailing list posts:
 +
**** [http://itk-users.7.n7.nabble.com/Problems-building-ITK-Snap-outside-the-Insight-Applications-tree-td14733.html Building ITK SNAP outside of the application]
 +
**** New post: [http://public.kitware.com/pipermail/community/2015-December/010521.html Building BridgeOpenCV outside of ITK]
  
 
|}
 
|}

Revision as of 18:35, 29 December 2015

Home < 2016 Winter Project Week < Projects < SlicerOpenCVExtension

Key Investigators

  • Nicole Aucoin (BWH)
  • Erich Bremmer (Stonybrook)
  • Andrey Fedorov (BWH)

Project Description

Objective Approach and Plan Progress and Next Steps
  • Add an extension to the Slicer extension repository that provides OpenCV as a library
  • Create CMake files to check out and build OpenCV as an external project
  • Create CMake files to check out and build the ITK OpenCV bridge as an external project
  • Provide examples on how to use OpenCV from Slicer