Re: store infor as a image?
- From: "shufei.fan" <shufei.fan@xxxxxxxxx>
- Date: 29 Dec 2006 09:40:56 -0800
You are right, that's what I need. But,, what image files have pixel
longer than 8 bits? thank you for answering this BASIC question.
Shufei
Martin Leese wrote:
shufei.fan wrote:
My question is: does anyone know how to store information of a image
into a image?
To be specific, I segmented my grey(or color) image into a collection
of non-overlapping small regions, each given a unique label. I want to
store the label of each pixel, into a suitable file. And I assume image
file should be a good option. My question comes from here. in image,
each pixel is 0-255, but for the value of labels, I have to allow
larger range ( a pixel should be assigned value 543 if it belongs to
label No. 543).
If I have understood your problem, your labels
are just integer numbers (as opposed to, say,
text strings). So use an image file where each
pixel is longer than 8 bits (so can store a
larger range than 0-255).
--
Regards,
Martin Leese
E-mail: please@xxxxxxxxxxxxxxxxxxxxxxxxxx
Web: http://members.tripod.com/martin_leese/
.
- Follow-Ups:
- Re: store infor as a image?
- From: Martin Leese
- Re: store infor as a image?
- References:
- store infor as a image?
- From: shufei.fan
- Re: store infor as a image?
- From: Martin Leese
- store infor as a image?
- Prev by Date: Plastic surgery image processing software
- Next by Date: Re: store infor as a image?
- Previous by thread: Re: store infor as a image?
- Next by thread: Re: store infor as a image?
- Index(es):
Relevant Pages
|
Loading