C# 中的 3D 建模 API
我想知道我可以使用什么 API 从图像序列创建 3D。我的项目是通过 CT 图像计算肝脏体积。目前我正在寻找一个 API,它可以通过提取的肝脏区域序列生成肝脏模型。你能尽快建议API吗?提前致谢!
I want to know what API can i used to create an 3D from sequence of images. my project is to calculate liver volume through CT images. At the moment i'm searching for an API which can generate the liver model via sequence of extracted liver regions. could u please suggest API asap? thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一个常见的选项是VTK。 Kitware 有一个 用于 VTK 的 C# API,称为 ActiViz。
它允许您从图像构建模型,以及对特征进行体积或几何渲染、子集化、体积计算等。
A common option for this is VTK. Kitware has a C# API for VTK called ActiViz.
It allows you to build the model from the images, as well as do volume or geometrical rendering of the features, subsetting, volume calculation, etc.
XNA 游戏工作室可能对您有好处,它是一个游戏平台,但您可以用它创建一个非常漂亮的独立应用程序,或者您可以在现有的表单应用程序中托管 XNA 部分:
它是 c# 的
,它是免费的,并且由微软完全支持
http://www.microsoft.com/download/en/details.aspx?id=23714
上手相对容易
3d 硬件加速
支持多种平台(PC、电话和 Xbox)
您可以在现有表单应用程序中集成/托管“游戏”
http://create.msdn.com/en-US/education/catalog/sample/winforms_series_1
有很多可用的教程和示例:
http://msdn.microsoft.com/en-us/library/bb203897(v=xnagamestudio.31).aspx
http://create.msdn.com/en-US/education/catalog/?contenttype=0&devarea=6&platform=0&sort=1
XNA game studio might be a good for you, its a game platform but you could create a very nice looking stand alone application with it, or you could host the XNA part within an existing Forms Application:
Its c#
Its Free and fully supported by microsoft
http://www.microsoft.com/download/en/details.aspx?id=23714
Its relatively easy to get started
It 3d Hardware accelerated
It supports a number of platforms (PC, Phone and Xbox)
You can integrated/host the 'game' inside an existing forms application
http://create.msdn.com/en-US/education/catalog/sample/winforms_series_1
There are lots of tutorials and samples available:
http://msdn.microsoft.com/en-us/library/bb203897(v=xnagamestudio.31).aspx
http://create.msdn.com/en-US/education/catalog/?contenttype=0&devarea=6&platform=0&sort=1