OpenCV 1.x Documentation
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.
http://docs.opencv.org/opencv2refman.pdf , maybe. at least both version side by side.
not detailled enough for your needs, probably
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 :)