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

[ English | www.kameda-lab.org ] Last modified on 2008/10/10a
このソフトウェアキットは 亀田能成筑波大学大学院システム情報工学研究科知能機能システム専攻 での授業のために用意しました。作成に当たってはあまhめれない手段⻿ってたcます。OpenCVをもcてて来れた先駆者の方々感謝しましょう!

目的

このキットはその全てに応えます。

さに、

ええと、あとは面倒だか英文のままにしてcます。

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. 知能機能システム別実験II : 授業のページ
  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)