how to build a simple image database in OpenCV?

asked 2014-03-22 10:41:38 -0600

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

edit retag flag offensive close merge delete

Comments

you could typecast mat into an array.

GrumbleLion gravatar imageGrumbleLion ( 2014-03-22 10:51:19 -0600 )edit
1

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

berak gravatar imageberak ( 2014-03-22 15:53:05 -0600 )edit