Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

how to display a DICOM image on VC++ platform?

Hi All
I m new to VC++ programming.I need to read a DICOM image and then get the pixel values into an array for futher processing.Also I want to know how to display that image from the same array on VC++ platform.
PLease help me ASAP.
Thank you
0 Kudos
Message 1 of 2
(3,224 Views)

Hello,

Unfortunately, I may not be your best resource on how to do this in VC++, but I feel like I should tell you about NI Vision. Vision is a collection of functions for processing and analyzing images within Labview, C, VB, etc. These functions can be called and used to open your images, perform processing, filtering, edge detection, pattern matching, etc.

Additionally, the module includes the basic functions to translate an image to an array.

Heres a link:

Vision


For help reading your data from file and into an array in VC++, you might check out Microsoft's MSDN site.

MSDN

Robert

0 Kudos
Message 2 of 2
(3,208 Views)