Click here to Skip to main content
16,005,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: memory mapped file Pin
ThatsAlok6-Jun-05 18:47
ThatsAlok6-Jun-05 18:47 
GeneralRe: memory mapped file Pin
Blake Miller7-Jun-05 4:56
Blake Miller7-Jun-05 4:56 
GeneralMemory mapfile problem Pin
scchan19846-Jun-05 16:34
scchan19846-Jun-05 16:34 
GeneralRe: Memory mapfile problem Pin
Blake Miller7-Jun-05 4:57
Blake Miller7-Jun-05 4:57 
QuestionHow do i view the pixel value of a raw DICOM image of 256x256?PLs help!! Pin
Member 19923036-Jun-05 15:30
Member 19923036-Jun-05 15:30 
AnswerRe: How do i view the pixel value of a raw DICOM image of 256x256?PLs help!! Pin
Christian Graus6-Jun-05 15:37
protectorChristian Graus6-Jun-05 15:37 
GeneralRe: How do i view the pixel value of a raw DICOM image of 256x256?PLs help!! Pin
Member 19923036-Jun-05 16:58
Member 19923036-Jun-05 16:58 
GeneralRe: How do i view the pixel value of a raw DICOM image of 256x256?PLs help!! Pin
Christian Graus6-Jun-05 17:05
protectorChristian Graus6-Jun-05 17:05 
So you have a byte *, right ? And it's still a DICOM image, so it's 10 bits per pixel, right ? I assume DICOM does not waste any bits, that the 11th bit is the first bit of the next pixel ? Does it also flow on between rows that way ? Does it store the rows top down, or bottom up ?

If you have a byte * and you need to work out how to get at each pixel, then I doubt MATLAB will help much, what you need to do is work out the internal format exactly so you know how to get to the 2 ( or maybe 3 ) bytes you need, and then mask those bytes and shift thier values to get the final result.

I am on the edge of doing some work with DICOM, which is why I believe they are 10 bit, but I don't know enough about the format to comment beyond that. Do you have any resources about what a RAW DICOM file actually looks like internally ?

Christian Graus - Microsoft MVP - C++
AnswerRe: How do i view the pixel value of a raw DICOM image of 256x256?PLs help!! Pin
Christian Graus6-Jun-05 16:12
protectorChristian Graus6-Jun-05 16:12 
GeneralRe: How do i view the pixel value of a raw DICOM image of 256x256?PLs help!! Pin
Member 19923036-Jun-05 17:00
Member 19923036-Jun-05 17:00 
GeneralRe: How do i view the pixel value of a raw DICOM image of 256x256?PLs help!! Pin
Member 19923036-Jun-05 17:30
Member 19923036-Jun-05 17:30 
GeneralSuppressing "What do you want Windows to do?" message Pin
vineas6-Jun-05 14:21
vineas6-Jun-05 14:21 
GeneralRe: Suppressing "What do you want Windows to do?" message Pin
Bob Stanneveld6-Jun-05 21:17
Bob Stanneveld6-Jun-05 21:17 
GeneralRe: Suppressing "What do you want Windows to do?" message Pin
vineas7-Jun-05 2:55
vineas7-Jun-05 2:55 
GeneralRe: Suppressing "What do you want Windows to do?" message Pin
vineas7-Jun-05 3:02
vineas7-Jun-05 3:02 
GeneralRe: Suppressing "What do you want Windows to do?" message Pin
Bob Stanneveld7-Jun-05 3:03
Bob Stanneveld7-Jun-05 3:03 
GeneralRe: Suppressing "What do you want Windows to do?" message Pin
Bob Stanneveld7-Jun-05 3:02
Bob Stanneveld7-Jun-05 3:02 
GeneralRe: Suppressing "What do you want Windows to do?" message Pin
Blake Miller7-Jun-05 4:21
Blake Miller7-Jun-05 4:21 
GeneralRe: Suppressing "What do you want Windows to do?" message Pin
vineas7-Jun-05 13:19
vineas7-Jun-05 13:19 
GeneralSetting parent Window handle of a MFC dialog Pin
User 5826196-Jun-05 12:26
User 5826196-Jun-05 12:26 
GeneralRe: Setting parent Window handle of a MFC dialog Pin
Blake Miller6-Jun-05 12:35
Blake Miller6-Jun-05 12:35 
QuestionHow to separately color entries in an editbox?? Pin
Anonymous6-Jun-05 10:28
Anonymous6-Jun-05 10:28 
AnswerRe: How to separately color entries in an editbox?? Pin
PJ Arends6-Jun-05 12:33
professionalPJ Arends6-Jun-05 12:33 
GeneralRe: How to separately color entries in an editbox?? Pin
KellyR6-Jun-05 17:10
KellyR6-Jun-05 17:10 
GeneralRe: How to separately color entries in an editbox?? Pin
PJ Arends6-Jun-05 18:22
professionalPJ Arends6-Jun-05 18:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.