由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 如何把图1转成图2?
相关主题
有人作过Surface Triangulation嘛?做image registration, matlab和ITK哪个快?
关于coding用IDE和vi或者emacs的效率或者优劣,请牛人为大家做(转载)Intern/Full-time Opportunity for Graphics/GUI Software Engi (转载)
按说java也够快了Java搞图像分析还是不成气候啊
这个月在用c++造轮子,从一维数组开始造Java的performance
关于process and threads的问题请教如果想做一个有gui界面的应用程序,用什么语言比较好?
可升降的程序员工作台,哪里有卖?(可以坐着写,或站着写)c++11太好了,不用发愁内存管理问题和object传递问题了
请问如何在球体表面均匀分布N个点(赠送包子) (转载)请问一下怎么把自己写的类转成STL的类?
最好的image library有哪些?[合集] 有没有什么工具可以把perl script转成别的语言?
相关话题的讨论汇总
话题: marching话题: cube话题: cubes话题: surface话题: vtk
进入Programming版参与讨论
1 (共1页)
p********y
发帖数: 111
1
有大侠给我说了marching cube,不过我还是写不出code。。。
已知条件:图1边界上所有cube坐标
目标:surface area,以前我就是简单计数多少cube在边界上,这个当然不精确,现在
想用surface triangulation,当然如果有更简单的办法更好
谁作过类似的或愿意多指教一下我?感(酬)谢。
t****t
发帖数: 6806
2
哇, 猪啊!!
我不会, 我只是来赞一下猪头的:)

【在 p********y 的大作中提到】
: 有大侠给我说了marching cube,不过我还是写不出code。。。
: 已知条件:图1边界上所有cube坐标
: 目标:surface area,以前我就是简单计数多少cube在边界上,这个当然不精确,现在
: 想用surface triangulation,当然如果有更简单的办法更好
: 谁作过类似的或愿意多指教一下我?感(酬)谢。

c*****t
发帖数: 1879
3
如果你只是需要解决具体问题的话,你可以 download
BrainSuite (http://brainsuite.usc.edu/
里面有将 analyze image 变成 3d surface 的功能。source code 是休想了。
人家就是干这行吃饭的。

【在 p********y 的大作中提到】
: 有大侠给我说了marching cube,不过我还是写不出code。。。
: 已知条件:图1边界上所有cube坐标
: 目标:surface area,以前我就是简单计数多少cube在边界上,这个当然不精确,现在
: 想用surface triangulation,当然如果有更简单的办法更好
: 谁作过类似的或愿意多指教一下我?感(酬)谢。

s*****c
发帖数: 753
4
There are tons of open-source project that contains code to construct
surface from binary mask. They may or may-not use marching cubes because
marching cubes algorithm was patented (and I believe the patent expired last
year?).
Check VTK, ITK...
paraview is software based on VTK, if you don't want programming, you can
try that software.

【在 c*****t 的大作中提到】
: 如果你只是需要解决具体问题的话,你可以 download
: BrainSuite (http://brainsuite.usc.edu/
: 里面有将 analyze image 变成 3d surface 的功能。source code 是休想了。
: 人家就是干这行吃饭的。

s*****c
发帖数: 753
5
And here is some other source code:
http://local.wasp.uwa.edu.au/~pbourke/geometry/polygonise/
It contains marching cube and marching Tetrahedrons. The latter one is
developed to circumvent the patent in marching cubes which expired in 2007.

last

【在 s*****c 的大作中提到】
: There are tons of open-source project that contains code to construct
: surface from binary mask. They may or may-not use marching cubes because
: marching cubes algorithm was patented (and I believe the patent expired last
: year?).
: Check VTK, ITK...
: paraview is software based on VTK, if you don't want programming, you can
: try that software.

1 (共1页)
进入Programming版参与讨论
相关主题
[合集] 有没有什么工具可以把perl script转成别的语言?关于process and threads的问题
有什么可以将 doc, txt jpg, ppt转成 pdf 的包么?可升降的程序员工作台,哪里有卖?(可以坐着写,或站着写)
C# 里用JAVA API请问如何在球体表面均匀分布N个点(赠送包子) (转载)
VB.NET转成VBA最好的image library有哪些?
有人作过Surface Triangulation嘛?做image registration, matlab和ITK哪个快?
关于coding用IDE和vi或者emacs的效率或者优劣,请牛人为大家做(转载)Intern/Full-time Opportunity for Graphics/GUI Software Engi (转载)
按说java也够快了Java搞图像分析还是不成气候啊
这个月在用c++造轮子,从一维数组开始造Java的performance
相关话题的讨论汇总
话题: marching话题: cube话题: cubes话题: surface话题: vtk