Reputation: 4699
I am developing an application in windows forms that reads a sequence of 2d dicom images and transform them into a 3d object. I can do it pretty well for bones using the VTK framework, but when trying to do the same for the skin, I am getting a blank screen. Does anyone have the same issue? Thanks in advance.
Upvotes: 1
Views: 815
Reputation: 6856
Have you tried changing the rendering image's Window Width and Level in accordance with the calibrated Hounsfield Units?
Are you using vtkPievewiseFunction
in the vtk rendering pipeline? Add points to it where (x,y)
You'll have to refine the algorithm, but that should get you started.
Upvotes: 1