05-07-2000 12:12 PM
05-08-2000 09:11 PM
08-10-2007 01:43 AM
08-10-2007 09:58 AM
CYBORG wrote:
Hello Experts.. Would U spent some time for me.. I got a Problem
My doubts are..
1. Is 3D graph method I am using is Actually displaying my 16 bit image.Actually, MS Windows only support 8 bit gray scale. No matter what programming language you use.
2. In 3D graph method : Because of that 12 bit format of my data and I had to convert it in 16 bit I am loosing any levels or
Resolution ?No.
3. Is there any way of increasing 255 level to 16bit level 2D Graph method.
4. Is there any method that can display my 16bit information as a image utilizing all my levels.There are 2 ways:
1. Convert to 8 bit gray scale (256 gray levels). Loose the least significant 4 bits.
2. Display only part of the gray scale each time, e.g. the top 256 gray levels.
George Zou
08-15-2007 11:06 PM
08-16-2007 01:00 PM - edited 08-16-2007 01:00 PM
CYBORG wrote:
Thanks Zou,
I got It clear... Thanks again.
THen also I will confirm again....
I have 12 bit data in the 16 bit format (Coz there is no other way to have it in 12bit). And I can not display it using all 12 bit level in window platform because it only spports 255 levels (8 bits).
Is there so ?That's right. You can not display 12 bit level on Windows platform.
If yes then I got a problem... I have a satellite image raw data and I want to have it displayed with all the details I can..
There is no other way ?No.
8 bit is enough for human eye.
Even if you can display 12 bit, your eye can't tell the difference.
So no one will make the hardware or software to display 12/16 gray scale images.
George Zou
Message Edited by zou on 08-16-2007 01:00 PM