Python and OpenCV installation
Hi guys, I am new to Python and OpenCV. So prob this will be a dumb question but I would very much appreciate the answer. thanks.
Based on the web search I installed Python 2.7 WIN 32 bit, and the latest OpenCV 2.4.3. I also installed numpy.
I copied cv2.pyd from opencv folder to lib/site-packages python folder
import cv2 as cv in python
looks ok... no error...
there are no functions such as Load, LoadImage, LoadImageM.... basically no functions that are present in python cookbook http://opencv.willowgarage.com/documentation/python/cookbook.html ...
Now the most basic question:
How can I install opencv so I can go thorough examples from python cookbook from the above link???
Thank you.