Difference between revisions of "2016 Summer Project Week/CameraTutorial"

From NAMIC Wiki
Jump to: navigation, search
Line 13: Line 13:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
* a tutorial that explains: a) how to connect a [http://www.baslerweb.com/en/products/cameras/area-scan-cameras/dart dart USB camera] from Basler to a PC b) grab the images and c) write a simple program in C++ for simple object detection.
+
* a tutorial that explains:  
* how to control camera parameters from C++ and python
+
** a) how to connect a [http://www.baslerweb.com/en/products/cameras/area-scan-cameras/dart dart USB camera] from Basler to a PC  
* how to send images over OpenIGTLink
+
** b) grab the images
* how to interface with OpenCV
+
** c) write a simple program in C++ for simple object detection.
* how to interface with VTK
+
* Investigate and document examples for
 +
** how to control camera parameters from C++ and python
 +
** how to send images over OpenIGTLink
 +
** how to interface with OpenCV
 +
** how to interface with VTK
 +
** how to integrate a Basler camera in Slicer and make a custom Slicelet
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">

Revision as of 14:08, 19 June 2016

Home < 2016 Summer Project Week < CameraTutorial

Key Investigators

  • Peter Behringer
  • Santhirarajah Mathimugan
  • Steve Pieper

Project Description

Objective

  • a tutorial that explains:
    • a) how to connect a dart USB camera from Basler to a PC
    • b) grab the images
    • c) write a simple program in C++ for simple object detection.
  • Investigate and document examples for
    • how to control camera parameters from C++ and python
    • how to send images over OpenIGTLink
    • how to interface with OpenCV
    • how to interface with VTK
    • how to integrate a Basler camera in Slicer and make a custom Slicelet

Approach, Plan

Progress