creating an image database in matlab
I have represented the image now I want to save the image and the 开发者_Python百科description in database how do I do it. Anyone please help.
What sort of database are you using? Do you mean by database Ms Access or a collection of several different images.
If you are referring to the database to mean a collection of images, then you can simply use the following method to save the image in a particular location.
imwrite( variable name of the image , 'NewImage.jpg')
精彩评论