how to build a simple image database in OpenCV?

asked Mar 22 '14

gap gravatar image

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

Preview: (hide)

Comments

you could typecast mat into an array.

GrumbleLion gravatar imageGrumbleLion (Mar 22 '14)edit
1

as long as you can - don't bother (or try to optimize) and use your filesystem ?

berak gravatar imageberak (Mar 22 '14)edit