how to build a simple image database in OpenCV?
hello I'm new in OpenCV, what can I use to create a simple database of images myself to start working with object recognition in openCV? my initial database will need to store no more than 100 images, so I guess something simple should work out well.
thanks
you could typecast mat into an array.
as long as you can - don't bother (or try to optimize) and use your filesystem ?