qtoctave + opencv

Hi all,

I have a project about show video comin from webcam.i need to write code on qtoctave but i cant find documents about that.I dont know matlab and i thought matlab and qtoctave have same languages(maybe there is some differences).I downloaded qtoctave and i need to add opencv but cant.can u help how can i do that?Im using Windows.
Thanks.

This is for Linux version but i dont know how can i modify that for Windows.

$ tar xzf octave-opencv-031808.tar.gz
$ cd opencv-031808$ ./configure --with-swig --with-octave$ make
$ make install$ octave -q
octave:1> pkg install /usr/local/share/opencv/octave/opencv-1.0.tar.gz
octave:2> pkg listPackage
Name | Version | Installation directory
--------------±--------±----------------------
opencv *| 1.0.0 | /home/x/octave/opencv-1.0.0
octave:3> I=cvLoadImage(“image002.png”);

Octave bindings for OpenCV

> This is for Linux version but i dont know how can i modify that for
> Windows.

i have no idea how to make anything work in windows–it is a complete
mystery…

perhaps you could find some windows experts in a windows or
programming forum, somewhere…or maybe near the source of software:

http://sourceforge.net/projects/opencvlibrary/support
http://sourceforge.net/forum/forum.php?forum_id=72228
http://sourceforge.net/forum/forum.php?forum_id=72227


brassy