tags:

views:

254

answers:

2

Hi I was wondering if there is some sort of resource where I can find all the functions present in OpenCV and and their declarations; without much theory of any sort. The problem with the OpenCV guide is that there is too much theory that is involved, and I wish to have a reference that can help me, find the function as and when I want them, something like an function index? I could try the header cpp files or something. I was wondering if there is some sort of online resource already present to that end ? thank you, as always!

+3  A: 

Have you seen this OpenCV index?

kenny
+3  A: 

I would highly recommend the C++ interface if you are using OpenCV 2.0, as opposed to the C documentation presented in the other answer.

Ray Hidayat