C# 中的 3D 建模 API

发布于 2024-12-14 20:30:30 字数 105 浏览 2 评论 0原文

我想知道我可以使用什么 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

许仙没带伞 2024-12-21 20:30:30

一个常见的选项是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.

鹤仙姿 2024-12-21 20:30:30

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文