Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi ,
i have an array which process images one by one,the image is displayed in a picture box currently.I have to provide a name and save each of images in to a folder which i can so that i can use it later,how can i do it?

its a windows form application .i have made use of emcu-cv array,each time the image is live captured from web cam and that is displayed in picture box.I want to save these images in to a folder so that i can use them later.pls do help !!
Posted
Updated 4-Jun-13 2:10am
v2
Comments
Prasad Khandekar 4-Jun-13 5:40am    
Array of what? Image data? For windows forms you can use PictureBox.Image.Save("Image Full Path & Name") method to save the picture box contents to a file.
jaya jyothy 4-Jun-13 8:12am    
its a emgucv type aaray,each time the image is capture from web cam i display it in picture box after extractiong needed portion.I want to save the image in picture box to a seperate folder .How can i do tat ?
Prasad Khandekar 4-Jun-13 8:15am    
If you are using a BitMap Image object then you can use PictureBox.Image.Save("Image Full Path & Name") method to save the picture box contents to a file.
jaya jyothy 5-Jun-13 1:20am    
thank you,if instead of tat if i want to save it to a database then what should i do?
AlphaDeltaTheta 5-Jun-13 3:50am    
Write the object to dbase

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900