hi guys & gals,
i am now working on image processing and retrieval .could you quote the finest way how the images are stored on to a system?
so that i may be referred easily!

Recommended Answers

All 3 Replies

Member Avatar for GreenDay2001

i didn't understood your ques. make it more clear

hi guys & gals,
i am now working on image processing and retrieval .could you quote the finest way how the images are stored on to a system?
so that i may be referred easily!

It would be better if you can elaborate ur problem.
Well in either case you need a frame grabber for you images to save on system.

if there is still some problem feel free to discuss...
cheers

There are many different ways images are stored in image files.

.bmp files use half, one, two, or three bytes per pixel to encode that pixel. The pixels are arranged in rows from left to right, one row at a time, from the top to the bottom. A header on the front tells the file attributes and image dimensions.

.gif and .jpg use compression techniques to shrink the file size, by taking groups of identical pixels and recording the group size and color.

.cdr files (line tracing) use line and curve descriptions for the edges of the regions, and field descriptions for the fill style inside them.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.