使用VTK渲染皮肤
我正在 Windows 窗体中开发一个应用程序,该应用程序读取一系列 2d dicom 图像并将它们转换为 3d 对象。我可以使用 VTK 框架很好地处理骨骼,但当尝试对皮肤执行相同操作时,我得到的是空白屏幕。有人有同样的问题吗?提前致谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过更改渲染图像的窗口 宽度 和 级别 根据校准的Hounsfield 单位?
您是否在 vtk 渲染管道中使用
vtkPievewiseFunction
?向其添加点,其中(x,y)
您将必须改进算法,但这应该可以让你开始。
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.