Help me about DICOM file
-
I'm trying to write a program in C, which encode an image (ex: *.Jpeg) into DICOM (Digital Imaging and Communications in Medicine) file and decode image data from Dicom file to an visible image, but I donot know the algorithm to do this. Could you tell me about this algorithm. Thanks alot! Sincerely Thangnvhl
-
I'm trying to write a program in C, which encode an image (ex: *.Jpeg) into DICOM (Digital Imaging and Communications in Medicine) file and decode image data from Dicom file to an visible image, but I donot know the algorithm to do this. Could you tell me about this algorithm. Thanks alot! Sincerely Thangnvhl
DICOM is more than an image, it stores metadata about the image as well. There are specs that are easily found with google, but the fact that several libraries charge between $2000 and $5000 for code to read/write DICOM, I'd imagine a really compliant library is a fairly big job. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
-
DICOM is more than an image, it stores metadata about the image as well. There are specs that are easily found with google, but the fact that several libraries charge between $2000 and $5000 for code to read/write DICOM, I'd imagine a really compliant library is a fairly big job. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
-
Thanks for your reply. I known DICOm is more than an image. But now i'm trying to put an jpeg file into a DICOM file. So i want to know how to do this. Do you know any document which tell about this? Show me please! Thanks! Sincerely Thangnvhl