c# - 计算机视觉 : Segmentation of XRay image vertebrae detection

标签 c# java c++ c aforge

过去几周我一直在努力尝试在头部 X 射线图像上实现椎骨分割,但我的研究已将我带入了死胡同。

实现这一目标的最佳方法是什么?

我四处搜索,我最好的猜测是在主动形状模型上实现的 AAM(主动外观模型),但我找不到任何关于如何实现它的文献或源代码(在 Matlab 中接受),它已被带到我的请注意,通过结构张量,我可以找到梯度上的主要方向,并从该信息中提取椎骨的角,但数学让我有点困惑。

如果任何机构有任何建议文献或源代码(Java、C、C#、Python...[除 matlab 之外的任何内容]),我们将不胜感激。

最佳答案

我将从 OpenCV 开始 ( http://opencv.org/ )

OpenCV is released under a BSD license and hence it’s free for both academic and commercial use. It has C++, C, Python and Java interfaces and supports Windows, Linux, Mac OS, iOS and Android. OpenCV was designed for computational efficiency and with a strong focus on real-time applications. Written in optimized C/C++, the library can take advantage of multi-core processing. Adopted all around the world, OpenCV has more than 47 thousand people of user community and estimated number of downloads exceeding 6 million. Usage ranges from interactive art, to mines inspection, stitching maps on the web or through advanced robotics.

但是,您提到的领域是一个艰苦的研究领域,并且没有简单的解决方案。 OpenCV 有数百个高质量例程,甚至找到方法也需要一些时间。您使用的方法可能取决于图像的质量、类型、分辨率等。

关于c# - 计算机视觉 : Segmentation of XRay image vertebrae detection,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16583417/

相关文章:

c++ - 将 int 转换为 char*

c++ - 在类构造函数 C++ 中零初始化多维数组

c# - 我想在我的 Win-phone 应用程序中打开 Youtube URL

c# - 限制类型参数

c# - 如何防止程序截屏

java - 使用 IIR 滤波器生成粉红噪声

java - 创建一个字符串缓冲区数组

c# - 根据类型调用DAL方法

java - 如何使用 Java 类运行 Hadoop?

c++ - X11/Xlib c/c++ 字符到 XKeyEvent 键码