Ask Your Question
0

OpenCV 1.x Documentation

asked 2013-03-14 11:36:37 -0600

updated 2015-09-19 11:56:42 -0600

Is there OpenCV 1.x documentation anywhere that I can use? My team is trying to switch from OpenCV 1.x to CV2 and we want to compare the similarities and differences between the two. As a side note, is there any documentation about the mapping of OpenCV 1.x functions to CV2 functions? Thank you.

edit retag flag offensive close merge delete

Comments

http://docs.opencv.org/opencv2refman.pdf , maybe. at least both version side by side.

not detailled enough for your needs, probably

berak gravatar imageberak ( 2013-03-14 11:47:36 -0600 )edit

I am looking more for a document that is the same set up as http://docs.opencv.org/ but for opencv 1.x, if there even is one; but, I will definitely look through this document. Thanks :)

darkrose0073 gravatar imagedarkrose0073 ( 2013-03-14 12:30:05 -0600 )edit

2 answers

Sort by ยป oldest newest most voted
0

answered 2013-03-14 14:55:08 -0600

Basically go to the current opencv docs :http://docs.opencv.org. Type in the function you currently have. If it has not yet been removed, than you will see a C++ implementation and a C implementation. The C implementations are the OpenCV1.x implementations, the C++ are the OpenCV2.x implementations.

Largest difference is the fact that C++ doesnt require you to destroy pointers, it is automated, reducing the amount of deleting to a minimum.

edit flag offensive delete link more
0

answered 2013-04-10 10:50:40 -0600

AndyL gravatar image

I use this OpenCV 1x documentation. Its very useful.

http://www.cs.indiana.edu/cgi-pub/oleykin/website/OpenCVHelp/

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-14 11:36:37 -0600

Seen: 1,818 times

Last updated: Apr 10 '13