I am very new to OpenCV and I have the following question:
I understand that I can create an image using:
IplImage *img
What i want is making a database of images. For example:
img[0]: will have image 1,
img[1]: will have image 2,
img[2]: will have image 3,
etc...
How can i do such a thing ?