由买买提看人间百态

topics

全部话题 - 话题: vtk
1 2 下页 末页 (共2页)
w*****r
发帖数: 165
1
【 以下文字转载自 Graphics 讨论区 】
发信人: webuser (webuser), 信区: Graphics
标 题: What's major difference between VTK and OpenSceneGraph
发信站: BBS 未名空间站 (Tue Mar 20 10:45:43 2007)
I wonder if anyone familiar with both VTK and OpenSceneGraph could share
some thoughts here. What's the major difference between these two open
source projects, in terms of applications, performance and so on. Thanks a
lot.
N******K
发帖数: 10202
2
javafx 对应vtk
能否替代后者 拭目以待
我一直在想 当算法都是c++的 用java做3d图形显示或者gui 到底比vtk+qt有啥好处?
o******r
发帖数: 259
3
来自主题: _Graphics版 - 谁能说一下对vtk和itk的感觉?
For ITK, it has many stuff in image processing. However, I just
find its level set in 2D only, not 3D. And I use matlab to
deal with various image filtering, format conversion. In sum,
I read its doc carefully and run some samples, but I still stick to my
own way.
For Vtk, as I use matlab to do the visualization, I don't bother to
utilize those visulizing functions.
ITK and VTK have many functions, but I just find some replacement are easier
to accomplish my task.
o******r
发帖数: 259
4
来自主题: _Graphics版 - 谁能说一下对vtk和itk的感觉?
Not exactly.
I use surface models for shape analysis, image processing.
Most of the time I deal with triangle meshes.
To visulize the 3D image segmentation result, I sometimes process
volume data like the marching cubes do. BTW, vtk has the MC code
and co-founder of vtk, Lorensen, invented MC.
r****o
发帖数: 85
5
学习VTK,发现没有配套学习手册呀
需要买他家的书?
众位是怎么学习的?
话说现在最新版的Matlab的可视化功能咋样了?
本人用Matlab用惯了。
N******K
发帖数: 10202
6
看起来不错 不过不知能否用于finite element analysis
vtk是NIH投资搞的 用于医学图像的visualization 然后用qt提供一些按钮菜单啥的
javafx我看了一下 号称能用于医学图像 但还处于开发期 连dicom格式的reader估计都
没有
在科学计算领域 fps 不是重要指标 也不需要和硬件打交道
基本算法都是c++ 因为java数组缺陷等导致的性能问题以及缺乏相应的库。 jvm导致的速
度问题不是大问题。 有人说可以用java wrapper调用c++的库 我靠 一个算法 一部
分java 一部分c++ 到处混合 这东西没法维护和调优
然后界面Java
用户操作序列 A1 ~ A100 每一个操作对应一个算法 整个操作算一个大算法,整个程
序运行期间 java/c++频繁切换+数据格式转换 你说这种东西 维护性能好么?
所以要么干脆都是c++ 或者java
估计oracle根本不打算进入医学图像等科学计算领域
谁都知道java编程比c++省心 但是致命缺陷导致 当前版本的java不适合科学计算领域
再比如opencv 是c/c+... 阅读全帖
z****e
发帖数: 54598
7
如果让你来选
opengl vs vtk
你会优先选择兼容哪一个?
不奇怪,javafx也选择了那一个
N******K
发帖数: 10202
8
你这个类比不对
vtk 相当于 java3d 但是图形数据结构支持的更好 比如说mesh曲面什么的 和算法的
图形数据结构无缝结合
L********r
发帖数: 121
9
来自主题: Programming版 - 请教一个vtk image的问题
我面临的问题是:用vtk读入一个2D grayscale image,将image intensity 的值排序
。如果把每个pixel的值都读出来,十分啰嗦。
所以我现在是用vtkImageAccumulate得到image的histogram,然后再处理。但不知道如
何得到histogram上每一点的值,请问哪里有example code可以借鉴?谢谢
L****8
发帖数: 3938
10
来自主题: Programming版 - 请教一个vtk image的问题
vtk只有看example和自己猜测
w*****r
发帖数: 165
11
I wonder if anyone familiar with both VTK and OpenSceneGraph could share
some thoughts here. What's the major difference between these two open
source projects, in terms of applications, performance and so on. Thanks a
lot.
s****r
发帖数: 12
12
VTK是做可视化的
OSG是个opengl的wrapper,wrap也不好,算是个图形引擎吧,可以做VR或者游戏
r***r
发帖数: 153
13
来自主题: Faculty版 - How to make 3d plots in Matlab?
I do the following.
Save the 3D matrix as a vtk file, using the code in this webpage:
http://techlogbook.wordpress.com/2010/01/15/matlab-data-save-to-vtk-format/
open the vtk file with paraview.
http://www.paraview.org/paraview/resources/software.html
l********a
发帖数: 1154
14
来自主题: ComputerGraphics版 - ask: information visualizatoin tool
The Visualization Toolkit (VTK) is an open-source, freely available software
system for 3D computer graphics, image processing and visualization. VTK
consists of a C++ class library and several interpreted interface layers
including Tcl/Tk, Java, and Python.
s*****c
发帖数: 753
15
来自主题: Programming版 - 如何把图1转成图2?
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.
t*****n
发帖数: 4908
16
你这个是可视化+交互建模吧?那个领域?说实话工作量非常巨大。QT之类都是不是可
视化构架。在这些上开发几乎是从头做起。能具体说说项目情况吗?人手?时间?
如果你做商业软件,有些库可以买现成的。但是也非容易的事情。
如果是科研,funding里面要求可视化,有几个方案:
1 OpenCascade。 这个东东不花几个月时间没法入门。但是比较强大。可以看看
freecad和SALOME。SALOME个人觉得成熟些。OpenCascade是CAD方向的。
2 vtk。vtk很基本,复杂一点的要自己实现。
3 matlab,scilab等等
4 Blender。有强大的sript。
总之,商业可视化方面基本上没有什么空间了。如果是完成项目的话,也是一份艰巨的
工作,需要多人合作,跨学科。

++
B*****7
发帖数: 137
17
来自主题: Programming版 - java是最好的语言
能不能用java写一个vtk或itk,与楼主的观点基本零相关。
如果够牛比,用fortran也能搞出vtk和itk,但估计没人会因为这个认为fortran是就业
市场的热门语言。
c******n
发帖数: 16666
18
vtk也是个奇葩
我之前有个18g的数据
模拟泥石流的 3ft精度
vtk xtk格式我都试过了
当时用的paraview
根本撑不起来 改了配置重新编译 加了多处理器 显卡加速
一样死。。
3m精度还勉强行
后来怒了自己手写openGL
扔到aws上 跑了一个晚上出了几个图
再后来我转行了。。
s*******r
发帖数: 14
19
来自主题: Windows版 - Re: Any good visualization tools?
Visualization Toolkit (vtk)
http://www.kitware.com/vtk.html
l**i
发帖数: 8144
20
来自主题: Military版 - 朝鲜生活水平不错嘛
vtk 这个好用 功能强大
g*****e
发帖数: 766
21
【 以下文字转载自 JobMarket 讨论区 】
发信人: greagle (大圣在我心...), 信区: JobMarket
标 题: 3D Developer Expert - Application Engineer Toolkits / USA / Oil & Gas, Mining and Geosciences market
发信站: BBS 未名空间站 (Wed Jan 4 15:08:41 2012, 美东)
关键词:C++/C# developer in Houston, graphics in Oil&Gas
有兴趣的站内给我写信或者直接把简历发到m**[email protected]
3D Developer Expert - Application Engineer Toolkits / USA / Oil & Gas,
Mining and Geosciences markets
Overview & Responsibilities
You will build and maintain the technical relationship with VSG c... 阅读全帖
a******u
发帖数: 239
22
需要用到ITK/VTK,可能以后还会用到OpenCV
用3D可视化的多
想用CMAKE
发现的问题:
1.预先建立的MFC项目,吧代码拿出来后,用CMAKE编译的MFC,出现运行期错误
2.用QT和CMAKE,没办法编译成QT的project,出现的是visual studio的solution,这
样做UI没那么方便了
以前用过MFC比较长的时间,几年没用过了,现在看QT做界面很简单,只是CMAKE和QT好
像衔接的不太好
学艺不精,看大家有什么建议,欢迎给链接我来学习学习
谢谢
a***a
发帖数: 34
23
【 以下文字转载自 Programming 讨论区 】
发信人: algra (algra), 信区: Programming
标 题: Intern/Full-time Opportunity for Graphics/GUI Software Engi (转载)
发信站: BBS 未名空间站 (Mon Jun 10 14:35:22 2013, 美东)
发信人: algra (algra), 信区: ComputerGraphics
标 题: Intern/Full-time Opportunity for Graphics/GUI Software Engineer
发信站: BBS 未名空间站 (Mon Jun 10 14:32:06 2013, 美东)
The company I work for is looking for a software engineer
with graphics and/or GUI development experience.
Contact me if you are interested.
Some requirements are... 阅读全帖
a***a
发帖数: 34
24
Added more info.
=====================================================================
The company I work for is looking for a software engineer
with graphics and/or GUI development experience.
Contact me if you are interested.
Some requirements are listed here:
● Master or PhD degree in computer/mechanical/biomedical engineering, or a
related field
● Fluency in C/C++, knowledgeable in object oriented concepts.
● Computer graphics programming experience with one or more graphics
toolkits, partic... 阅读全帖
R*********n
发帖数: 99
25
来自主题: JobHunting版 - 某医疗行业外企招聘 researcher-上海
有意者,请发简历到:[email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
职位名称Job Title: Researcher
... 阅读全帖
R*********n
发帖数: 99
26
来自主题: JobHunting版 - 某医疗行业外企招聘 researcher-上海
有意者,请发简历到:[email protected]
/* */
职位名称Job Title: Researcher

上级主管Supervisor:Research Manager
部门Department: Research

地点Location: Shanghai
总体描述 Overall Description:
Responsible for research and solve the technical problem; excellent
knowledge and experience in at least 2 fields:... 阅读全帖
g*****e
发帖数: 766
27
关键词:C++/C# developer in Houston, graphics in Oil&Gas
有兴趣的站内给我写信或者直接把简历发到m**[email protected]
3D Developer Expert - Application Engineer Toolkits / USA / Oil & Gas,
Mining and Geosciences markets
Overview & Responsibilities
You will build and maintain the technical relationship with VSG customers.
You will need to understand customers' applications, map them vs. VSG
products and capabilities and help implement them. You will develop
demonstrations, benchmarks, prototypes, and customized solutions based... 阅读全帖
s********3
发帖数: 10
28
【 以下文字转载自 CS 讨论区 】
发信人: skyline123 (jaana), 信区: CS
标 题: Two visiting scholar or research assistant positions available
immediately(请勿站内回信)
关键字: research assistant,position,scholar
发信站: BBS 未名空间站 (Tue Oct 4 23:21:11 2011, 美东)
Two visiting scholar or research assistant positions available
immediately in the Interactive Visual Computing Lab, at the
University of Southern Mississippi, for outstanding and highly
motivated candidates to work on interdisciplinary projects related to
the following ar... 阅读全帖
j*******u
发帖数: 134
29
There is a scientist opening for an ongoing project on medical image
processing and analysis, in the Institute for Infocomm Research, Agency for
Science, Technology and Research, Singapore.
The candidate will be working with other team members to develop algorithms
and systems for abdominal image analysis, deformable model-based organ
segmentation/registration/modelling, and lesion classification, by using
techniques in computer vision and pattern classification; The candidate will
also be reque... 阅读全帖
l******u
发帖数: 59
30
来自主题: SanFrancisco版 - 【JOBS广告】03.01 -- 03.31
Our group is hiring a Software Engineer for Medical device company (
Algorithm).
Location: Fremont CA
Company size: about 30 ppl (small company)
Contact: l*******[email protected] (I will forward your resume to the hiring
manager directly)
Responsibilities:
• Design, implement, and test complex algorithms for robotic
surgical assistant and pre-planning station.
• Work with software group to integrate algorithms into final
release of software.
• Follow rigorous design control... 阅读全帖
m******1
发帖数: 418
31
来自主题: ComputerGraphics版 - computer vision研究需要用些什么software?
OpenGL
Qt
Boost
VTK
OpenCV应该是Opensource 不是 software。你如果喜欢Matlab 推荐Opensource Octave
a***a
发帖数: 34
32
The company I work for is looking for a software engineer
with graphics and/or GUI development experience.
Contact me if you are interested.
Some requirements are listed here:
● Master or PhD degree in computer/mechanical/biomedical engineering, or a
related field
● Fluency in C/C++, knowledgeable in object oriented concepts.
● Computer graphics programming experience with one or more graphics
toolkits, particularly 3D visualization toolkits (i.e. OpenGL,
OpenSceneGraph, VTK, etc.) is a definite... 阅读全帖
s********3
发帖数: 10
33
Two visiting scholar or research assistant positions available
immediately in the Interactive Visual Computing Lab, at the
University of Southern Mississippi, for outstanding and highly
motivated candidates to work on interdisciplinary projects related to
the following areas:
(1) Diffusion Tensor MRI data visualizations
(2) Graph drawing and its related perception issues
(3) 3D Interaction techniques
IVCL http://ivcl.cs.usm.edu at the school of Computing offers an
excellent training environme... 阅读全帖
l********a
发帖数: 1154
34
搜搜matlab的demo,很强大的
b***e
发帖数: 173
35
Matlab可以用用,做起Gui和图像3D还是不错的。
t****u
发帖数: 709
36
VTK

matlab?
x*****g
发帖数: 3463
37
【 以下文字转载自 Linux 讨论区 】
发信人: xlhuang (十里闲情), 信区: Linux
标 题: 求教:奇怪的应用程序crash
发信站: BBS 未名空间站 (Mon Oct 20 10:14:33 2014, 美东)
我的系统是RHEL 6.4.
最近在用一个CAE软件,自带 Qt 4.8.3和 VTK 6.0.0库文件,直接executable。启动没
什么问题,GUI里面的help和settings也可用,就是一点“Open”试图打开文件就crash
了。奇怪的是如果从别的机器(Linux or windows) ssh 再运行同样的程序就没有问题
,可以打开文件正常操作。
唯一的屏幕输出错误信息:
Segmentation fault (core dumped)
自己有log,但是没什么用,有没有crash记录没什么不同。
看了系统log,也是一头雾水。
/var/log/messages:
Directory 'ccpp-2014-10-20-09:58:02-32028' creation detected
abrt[32031]: Saved cor... 阅读全帖
F****n
发帖数: 3271
38
来自主题: Java版 - 问个Charting的问题
The state-of-art visualization toolkit is VTK, which is free but in C/C++.
n******w
发帖数: 1
39
我一直做Windows (Visual C++) 图像处理软件开发, 现在想学一些linux下用c/c++开
发的知识.
请问各位高手:
(1) 现在主流的用于应用软件开发的Linux是什么版本? 我只用过ubuntu.
(2) 主流的c/c++ compiler 是什么?
(3) 主流的IDE是什么? (是Eclipse吗?)
(4) 主流的GUI开发工具是什么? (是Qt吗? GTK 如何?)
(5) 其他有关的开发工具(特别是有关图像和信号处理及科学计算方面的)
有哪些? 我准备用 OpenCV, IPP/MKL, VTK/ITK, etc. 别的呢?
谢谢!!!
j****x
发帖数: 943
L***n
发帖数: 6727
41
来自主题: Linux版 - python 的 matplotlib 如何?
en 不过3d用vtk似乎更好,和python交互的也很好

package
x*****g
发帖数: 3463
42
来自主题: Linux版 - 求教:奇怪的应用程序crash
我的系统是RHEL 6.4.
最近在用一个CAE软件,自带 Qt 4.8.3和 VTK 6.0.0库文件,直接executable。启动没
什么问题,GUI里面的help和settings也可用,就是一点“Open”试图打开文件就crash
了。奇怪的是如果从别的机器(Linux or windows) ssh 再运行同样的程序就没有问题
,可以打开文件正常操作。
唯一的屏幕输出错误信息:
Segmentation fault (core dumped)
自己有log,但是没什么用,有没有crash记录没什么不同。
看了系统log,也是一头雾水。
/var/log/messages:
Directory 'ccpp-2014-10-20-09:58:02-32028' creation detected
abrt[32031]: Saved core dump of pid 32028
(/xxx/yyy) to /var/spool/abrt/ccpp-2014-10-20-09:58:02-32028 (74723328 bytes)
abrtd: Executable '/xxx... 阅读全帖
x*****g
发帖数: 3463
43
来自主题: Linux版 - 求教:奇怪的应用程序crash
我的系统是RHEL 6.4.
最近在用一个CAE软件,自带 Qt 4.8.3和 VTK 6.0.0库文件,直接executable。启动没
什么问题,GUI里面的help和settings也可用,就是一点“Open”试图打开文件就crash
了。奇怪的是如果从别的机器(Linux or windows) ssh 再运行同样的程序就没有问题
,可以打开文件正常操作。
唯一的屏幕输出错误信息:
Segmentation fault (core dumped)
自己有log,但是没什么用,有没有crash记录没什么不同。
看了系统log,也是一头雾水。
/var/log/messages:
Directory 'ccpp-2014-10-20-09:58:02-32028' creation detected
abrt[32031]: Saved core dump of pid 32028
(/xxx/yyy) to /var/spool/abrt/ccpp-2014-10-20-09:58:02-32028 (74723328 bytes)
abrtd: Executable '/xxx... 阅读全帖
t**********g
发帖数: 3388
44
【 以下文字转载自 Linux 讨论区 】
发信人: cuns (cuns until no slave), 信区: Linux
标 题: 关于coding用IDE和vi或者emacs的效率或者优劣,请牛人为大家做个详细的比较分析好吗
发信站: BBS 未名空间站 (Thu Nov 1 22:41:57 2007)
最好能对各种应用,比如网络,GUI,数据库,embeded等开发做个详细的介绍。就我个
人感觉coding的工作,有好的IDE还是能提高效率的吧。
我十年钱开始用SGI工作站,学编程也主要是从unix上学的,当时还顺带学用Ada95呢,
写了几个计算pi,e等常数的小程序。编译用的gcc,编辑器用vi/emacs/joe都用,调式
的话SGI上有自带的调式工作。后来我们把软件转到Linux上来了,我还添加了中文输入
的前端,用的是motif,Xt的库,程序输出的答应是用直接输出ps,还要找相配的中文
字体。
关于编辑器和IDE,我还是觉得IDE好。过去一直在Linux使用ITK/VTK的库做点图像小算
法,也开始用cmake管理自己的程序,比自己写makefile管
d******n
发帖数: 42
45
来自主题: Programming版 - 请教 一个matlab画图的问题
Emmmm, if matlab is not really necessary, I would suggest you to look at
paraview and .vtk
p********y
发帖数: 111
46
来自主题: Programming版 - 有人作过Surface Triangulation嘛?
谢谢回复,我找找。
有个vtk library 能搞Surface Triangulation,我正在想看这个library的source code
,看它是如何运算的,不过在网上叨咕半天没搞明白如何看它的source code。。。
g*****y
发帖数: 7271
47
来自主题: Programming版 - 按说java也够快了
算法一般还是用C++写吧,需要速度的部分尽量避免不必要的C++中的自动
初始化,copy construction等等就可以了。真正需要优化的部分不是
靠转成C来实现的,而是可以直接call mmx/sse intrinsic 函数,或
者调用IPP等等专门优化过的基本库函数,或者采用多线程。反正C++里
做这些感觉比C里面容易多了。在C里调用个COM,搞个lock都得自己对每
个可能的branch配对release,烦都烦死了。
当然要写GPU程序,或者用GPU优化,那就不一样了。ITK/VTK 基本都是
用C++写的,有小部分用到GPU功能。
涉及到界面的部分的,有时候有用C#之类的,用Java的倒是不多见。
g*****y
发帖数: 7271
48
来自主题: Programming版 - 按说java也够快了
这说的在点子上,呵呵
ITK/VTK 有不少算法是基于模板的。不过如果有选择的话,我宁愿调用IPP的C函数,速
度优化的好太多了。倒不是C++写不了这么优化的函数,而是一般人都不会愿意花这个
精力针对每种数据类型,都把算法优化到极致。
要让我把自己的算法都写成IPP的C style,写一堆ippFilter_(8u,16u,16s,32f)_(1C,
3C,4C),我肯定要跳楼了。
N******K
发帖数: 10202
49
来自主题: Programming版 - java在数组上的问题:作茧自缚
你读一下itk vtk代码 再说代码量不大这句话
N******K
发帖数: 10202
50
来自主题: Programming版 - java在数组上的问题:作茧自缚
给医生用的图像分析软件也是应用系统 itk+vtk是主流 估计你没听说过
算法是这个应用系统的核心
1 2 下页 末页 (共2页)