OpenCV-1.0.0 for QNX/Photon

What is this?

OpenCV-1.0.0 (originally developed for linux) that compiles on QNX with photon highgui.

Download

  • opencv-1.0.0-QNX.tar.gz
  • autoconf-2.60.tar.gz
  • Installation

  • Install GNU automake.
  • You need a GNU autoconf version higher than 2.59 to compile OpenCV:
    • If you already installed "GNU autoconf" from "installer" uninstall it
    • Download autoconf-2.60.tar.gz.
    • tar xvzf autoconf-2.60.tar.gz
    • cd autoconf-2.60
    • ./configure --prefix=/usr
    • make && make install
  • Compile & install OpenCV. Options are the same. Recommend to have libjpeg, libjpeg development, libpng, libpng development, libtiff, and libtiff development packages installed. No --with-gtk, --with-carbon, and --with-python options.
  • What's not implemented

  • Trackbar is not implemented...
  • Changes made

  • highgui/window_photon.cpp was added and make files were modified accordingly
  • --with-photon option was added to configure
  • --without-python is now an default option
  • Update History

  • 2008-08-30: released the very first version
  • Legal Comments

    Sorry but I'm not responsible for any problems that may be caused by these downloads.

    My other OpenCV work

  • Using QuickTime SDK for OpenCV in Windows (to read MPEG files)

  • Zu Kim, 2008.8.30.