Difference between revisions of "OpenCV Module in Slicer3"
From NAMIC Wiki
Line 5: | Line 5: | ||
Ubuntu 8.04 - the Hardy Heron - released in April 2008. <br> | Ubuntu 8.04 - the Hardy Heron - released in April 2008. <br> | ||
Linux brainlab-desktop 2.6.24-23-generic #1 SMP Mon Jan 26 00:13:11 UTC 2009 i686 GNU/Linux | Linux brainlab-desktop 2.6.24-23-generic #1 SMP Mon Jan 26 00:13:11 UTC 2009 i686 GNU/Linux | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Test camera== | ==Test camera== | ||
Line 27: | Line 16: | ||
==Compile Slicer3== | ==Compile Slicer3== | ||
+ | * To include OpenCV module into your Slicer3 build, open this file: | ||
+ | Slicer3/slicer_variables.tcl | ||
+ | <br> | ||
+ | and set ::USE_OPENCV to "ON" | ||
− | + | * Then the compiling process will automatically download and build OpenCV 1.0 from http://sourceforge.net/projects/opencvlibrary/files/. | |
− | |||
− | |||
− | |||
− | |||
− | |||
==Test the system== | ==Test the system== |
Revision as of 02:44, 19 August 2009
Home < OpenCV Module in Slicer3Contents
Steps to Build and Use OpenCV Module
My operating system
The following Linux system is my desktop where this tutorial is based on:
Ubuntu 8.04 - the Hardy Heron - released in April 2008.
Linux brainlab-desktop 2.6.24-23-generic #1 SMP Mon Jan 26 00:13:11 UTC 2009 i686 GNU/Linux
Test camera
- My camera is Logitech QuickCam Pro for Noteboks
- If you don't have a tool called "luvcview," you can get it using this command "sudo apt-get install luvcview"
- Plug in the camera to any usb port on your computer
- Run luvcview
In a few seconds you should see video displayed in luvcview
Compile Slicer3
- To include OpenCV module into your Slicer3 build, open this file:
Slicer3/slicer_variables.tcl
and set ::USE_OPENCV to "ON"
- Then the compiling process will automatically download and build OpenCV 1.0 from http://sourceforge.net/projects/opencvlibrary/files/.
Test the system
- Plug in your camera into any usb port
- Bring Slicer up
- Go to the modules list in Slicer3 interface
- Pick OpenCV module
- Press the button "second window on"
You should see video from the camera in a few seconds.
Future Work
- The latest OpenCV library supports svn and CMake. I have built it into the list of Slicer external libraries. When you compile Slicer3, you will automatically get OpenCV library compiled. However, the compilation of OpenCV module in Slicer trunk failed against the library. We need to figure out what caused the failure of that compilation in order to automate the build of OpenCV module.
- More testing of the functionality in OpenCV module.
Bug Fixes
- There is a bug in OpenCV related to V4L2 devices: