OpenCV-1.0.0 (or OpenCV-1.1.0-pre) on Knoppix-5.3.1

[ Japanese | www.kameda-lab.org ] Last modified on 2008/10/10a
This software kit is produced by Y. Kameda to give a class in the department of intelligent interaction technologies, Graduate School of Engineering, University of Tsukuba. A bunch of not-in-a-good-manner methods are used to make this kit. Both you and I should pay maximum respects to those who make contribution to opencv.

Objective

This is the answer. You can ;

In addition,

Dear English speakers: Sorry, this kit will introduce many many Japanese embeded files/codes!

Installtion guide

  1. Prepare a PC with a DVD drive (this kit won't access content of HDDs in the PC unless you want to do so), a usb camera, a Knoppix-5.3.1 DVD, and a usb memory (128MB-).
  2. Unpack the packed software kit (you can find it at IIT system advanced experiment II page) to the USB memory (on any OS). You should see the copy of this HTML file on the root directory of the USB memory.
  3. Boot up the PC with Knoppix-5.3.1 DVD.
  4. After the boot, attach the USB memory phisically and mount the USB memory on Knoppix OS somehow (e.g. just click OK on the pop-up window).
  5. Open a terminal (black monitor icon on the command bar of the console).
  6. If you plan to try OpenCV-1.0.0:
    1. bash /media/sda1/00setup-knoppix-normal.bash (Setup, just seconds)
    2. bash /media/sda1/01setup-knoppixopencv.bash (OpenCV, 5-15 min)
    3. bash /media/sda1/02setup-knoppixopencvmisc.bash (Samples, 5-15 min)
    Note that ch12_ex12_3 can be compiled only when you use OpenCV-1.1.0.
  7. Or, if you plan to try OpenCV-1.1.0 (cvs checkout 2008/10/10):
    1. bash /media/sda1/00setup-knoppix-normal.bash (Setup, just seconds)
    2. bash /media/sda1/11setup-knoppixopencv.bash (OpenCV, 5-15 min)
    3. bash /media/sda1/12setup-knoppixopencvmisc.bash (Samples, 5-15 min)
  8. Attach the USB camera.
  9. Invoke any sample programs. One might be
    /home/knoppix/_knoppix_compile/opencv.jp/sample/video_io-source1
    Samples could be found at:

Internal useful HTMLs

  1. Local mirror of opencv.jp
  2. English manual of opencv-1.0.0
  3. English manual of opencv-1.1.0

External links

These links are the original data source on making this software kit.
When you have internet access, you should definitely visit them.
  1. IIT system advanced experiment II : home page of this course
  2. Knoppix (Japanese version) : 5.3.1 DVD (as of 2008/03, Japanese ed.) is used, but it should work with any language version.
  3. Original Knoppix site
  4. Linux UVC : A good driver for newer cameras (by V4L2 API)
  5. sourceforge.net/projects/opencvlibrary : Original source code/document of opencv
  6. opencv.jp : A Japanese opencv page
  7. OpenCV programming book / support site : You should buy a copy of OpenCV Programming Book (Japanese)!
  8. Learning OpenCV : You should buy a copy of Learning OpenCV / Computer Vision with the OpenCV Librar (English)!

Y. Kameda (kameda[at]iit.tsukuba.ac.jp)