Table of Contents

Computer Vision Notes

OpenCV

Python

	Yes, you're correct. cv is close to the 1.x OpenCV API, and cv2 to the 2.x API. And better to use cv2, because cv is going to be legacy. There is a set of samples for both cv2 (opencv_trunk/samples/python2) and cv (opencv_trunk/samples/python). 

	Please also note that OpenCV python API heavily relies on numpy functionality. And many things are supposed to be taken from numpy, you can see it in samples everywhere. Actually there is no OpenCV's Mat in python, numpy's arrays are used for images.
Regards, 
Kirill  
	

C/C++

 C:\opencv\opencv\samples\cpp> g++ -I"C:\opencv\opencv\build\include" -L"C:\opencv\opencv\build\x86\mingw\lib" video_homography.cpp -lopencv_core242 -lopencv_highgui242 -lopencv_imgproc242 -lopencv_video242 -lopencv_features2d242 -lopencvcalib3d242 -o video_homography

Tutorials

Ideas

Marbled Paper

The below marbled cover notebooks have a repeating pattern. Can you find them?

Google search. I have more in Dropbox, and this lady did a study of them!

You have some more in Dropbox/eng/python/examples/cv

Other stuff

Great Tutorials

Libraries

Classes

Embedded

Simple

Books

Face Recognition/Projection?!

Tracking

YouTube Link! https://www.youtube.com/watch?v=1GhNXHCQGsM