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

From NAMIC Wiki
Jump to: navigation, search
Line 13: Line 13:
 
==Project Description==
 
==Project Description==
 
{| class="wikitable"
 
{| class="wikitable"
 +
! style="text-align: left; width:27%" |  Objective
 +
! style="text-align: left; width:27%" |  Approach and Plan
 +
! style="text-align: left; width:27%" |  Progress and Next Steps
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
! style="text-align: left; width:27%" |       Objective
+
|
<!-- Add a bulleted list of key points -->
+
<!-- Objective bullet points -->
 
* Add an extension to the Slicer extension repository that provides OpenCV as a library
 
* Add an extension to the Slicer extension repository that provides OpenCV as a library
 
+
|
! style="text-align: left; width:27%" |       Approach, Plan
 
 
<!-- Add a bulleted list of key points -->
 
<!-- Add a bulleted list of key points -->
 
* Create CMake files to check out and build OpenCV as an external project
 
* 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
 
* 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
 
* Provide examples on how to use OpenCV from Slicer
 
+
|
! style="text-align: left; width:27%" |     Progress
 
 
<!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next -->
 
<!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next -->
 
* [https://github.com/naucoin/SlicerOpenCV SlicerOpenCV]
 
* [https://github.com/naucoin/SlicerOpenCV SlicerOpenCV]

Revision as of 14:03, 24 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