Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yuo will find latest version of opencv i.e 2.4.3 here : http://docs.opencv.org/. I think latest version is more simple than the old, just the syntax change, You can refer to the documentation and search for modified syntax, The names used to call the function are same just a bit change, for example for Mat function, you need call it as CvMat. Just try and go through the document you will get.

click to hide/show revision 2
Oh sorry spelling mistake in the begenning of the line, Its you..

Yuo will find latest version of opencv i.e 2.4.3 here : http://docs.opencv.org/. I think latest version is more simple than the old, just the syntax change, You can refer to the documentation and search for modified syntax, The names used to call the function are same just a bit change, for example for Mat function, you need call it as CvMat. Just try and go through the document you will get.