问题标签 [itk]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
vtk - 读取 DICOM 图像
我试图在不使用 imageviewer 的情况下读取 dicom 图像,我遇到了 VtkGdmReader .. 当我尝试执行它时,它给了我一个错误:
代码 => vtkGdmReader示例
错误 C2039:“SetInput”:不是“vtkTexture”的成员
错误 C2039:“SetInput”:不是“vtkPolyDataMapper”的成员
请谁能告诉我为什么我会遇到这个问题,这个错误与 vtk 版本有关吗?如果是这样,那我该怎么办?
请帮我解决问题..
python - 使用 Python 绑定安装 ITK 时出错
我在 OsX 10.8.4 上安装 ITK 4.2.2。我使用 Unix Makefiles 生成器使用 CMake 2.8.11.1 构建它。我需要 python 包装,所以我选择了ITK_WRAP_PYTHON
. 构建完成后,我进入终端中包含构建文件的目录并输入make
. 这一切都很顺利,直到我收到以下消息:
在这一点上,我不确定它是否“有效”,因为它在许多不同的过程中多次从 1% 变为 100%,所以我输入了sudo make install
. 过了一会儿,我得到了同样的错误。
问题
- 我该如何摆脱这个错误?
- 我需要重新开始安装吗?
- 如果我确实需要重新开始,有没有办法撤消我已经完成的操作,以进行全新安装?
c++ - ITK 不会在 QtCreator 中自动完成
有没有办法在 QtCreator 中为 ITK 库配置自动完成功能?包括所有标题,但它仍然无法识别 simple -> 。顺便提一下,我使用 gcc 编译器,而不是 CMake .. 我没有阅读障碍,但没有自动完成是 pain_in_the_ass ......
感谢任何帮助,尼古拉
image-processing - Canny 过滤器在 ITK(同心边框)中给出了奇怪的结果
[使用另一个过滤器解决了该问题,请参阅底部的更新。]
我正在使用 C++ 和 ITK,我有一张灰度图像,代表腰椎的骨骼图。我正在尝试使用 Canny 过滤器检测它的边界:为此,我使用了官方 ITK 指南中的Canny 过滤器实现(我按原样使用该代码,所以我不在这里粘贴它)。如您所见,输入图像非常简单,这样提取其轮廓应该不难。
我期待一个完全黑色的输出图像,除了骨骼的边界,应该是一个闭合曲线。但是,ITK 产生的结果如右图所示,由多个“同心”边框组成。
你如何解释这个结果?您对该算法的情况有正式的解释吗?我试图修改过滤器的参数(方差、upperThresold 和 lowerThresold),但没有运气。一些参数组合给出了一个完全黑色的图像,并且没有一个比这个更好。
更新:正如说明,我使用“梯度幅度过滤器”解决了问题。使用该过滤器,我可以获得轮廓的明确形状。所以,这个问题对我来说不再重要,但我保持开放状态,只是为了好奇。如果您对 Canny 过滤器的行为有任何想法,我可以对其进行测试。
windows - ITK + VTK + Qt on VS2012 - Windows 8
I am creating a project for Image Registration. I had to use windows 8 for executing it. I checked my code with Mac OSX it works perfectly but i have a problem in finding the headers i have used (ITK AND VTK) in Windows it was clearly available in usr/local/include in Mac. But after building the Qt and VTK AND ITK all in VS 2012 Professional 64 bit. I still couldnt find a way to include the headers in Qt Pro
My pro file looks like this
I have included the installation directory of the ITK and VTK. I couldnt include the path where the headers are as i couldnt find everyone of them. I even tried copying the headers from my Mac to the the installed itk and vtk directory without any success. It would be great if anyone exactly tell me how to link the headers in Qt Creator.
c++ - ITk VTK QT QMake 链接错误
我在 QT 中从 ITK 链接库并使用 QTCreator 构建它时遇到问题。我收到以下错误。很高兴知道您对问题的指导。
几乎所有的错误都是基于itksys 和itkCommon。两者都在我的 .Pro 文件中的库中
vtk - 使用 ITK 进行 DICOM 图像配准
我正在开发一个包含图像注册的项目(VS2012 和 C#)。我基本上需要从目录中的一堆 DICOM 图像中提取点云。我研究了 ActiViz、VTK、ITK 等,但我找不到任何关于如何做到这一点的例子。
是否有人能够使用上述任何这些库获得点云?如果是这样,您可以发布使用的代码吗?
谢谢!
c++ - Nose tip detection
I would like to know if there are any argorithms in ITK or OpenCV to detect nose tip? I am programming in C++ and so far have application that uses ABS files to display 3D scans of faces. Now I would like to perform nose tip detection in 2D images. Thank You all for help.
c++ - CMake 错误 - cmTryCompileExec 已停止工作 (VTK)
您好,我正在尝试在 Windows 8 下使用 CMake 编译 VTK 和 ITK。ITK 编译完美,但是当我尝试通过 CMake 处理 VTK 时出现错误cmTryCompileExec has stopped working
。我怎么解决这个问题?我的 CMake 版本是 2.8.12.1
ios7 - 我需要知道如何删除选择的目标依赖
我一直在尝试删除使用删除图标选择的目标依赖项,但每次我尝试删除它时,我的 Xcode 都会关闭!我应该怎么做才能删除它?
这是来自 Xcode 的报告: