Storing Image Data

  • Follow


Hi,I'm trying to permanently train a system to recognise a particularimage and associate it with an Integer. I've written a method thatcompares images to see if they are already stored, and If they aren'tthe user enters the number to be associated with the image. At themoment I'm using HashMap<Integer,BufferedImage>. However this doesn'tstore it permanently and I was wondering if there is an efficient wayof storing this data in a file so I can train the data and use itrepeatedly afterwards.
0
Reply calummaciver (4) 5/20/2007 9:37:21 PM


0 Replies
116 Views

(page loaded in 0.017 seconds)

Similiar Articles:













7/12/2012 10:07:05 PM


Reply: