搜索资源列表
MATLAB
- 利用MATLAB进行血管的三维图像重建,充分利用了matlab对大量图片的处理能力
vmtk-0.6
- python写得图形处理程序,针对的是血管图像的3D重建与诊断
chengxu
- 实现血管的三维重建。 以上过程可用以下MATLAB代码来实现
MyBloodVessel
- 一个用vc写的提取血管的程序,对于学习基本图像显示和处理有帮助 原来的文件编译有点问题 我已经对他的编译进行了调整 现在可以通过了
mypcolor
- 在血管超声成像中需要将采集的数据化成环状,超声图像的极坐标表达
ImageRegistration.rar
- 基于边缘特征的图像配准算法源码 基于边缘特征的图像配准算法是将不同时间、不同的传感器(成像设备)或不同条件下(天候、照度、摄像位置和角度等)获取的同一场景的两幅或多幅图像根据其边缘特征进行匹配、叠加的处理,最终生成一幅全景图像的方法。该方法具有抗噪性强,匹配速度快,误匹配率低,适用于多种类型的图像等优点,主要可以运用于以下领域: (1)军事研究领域,如飞行器辅助导航系绞、武器投射系统的末制导以及寻地等应用研究; (2)医学图像分析,如数字剪影血管造影DSA血管造影术、肿瘤检测、白内障检测、
LCV 局部区域活动轮廓模型
- 这是“An efficientlocalChan–Vesemodelforimagesegmentation”(简称LCV模型)的MATLAB源代码。LCV模型是非常重要局部区域活动轮廓模型,它被广泛使用于各个领域,如MRI大脑图像分割,血管图像分割,图像偏差场纠正。-This is "An efficientlocalChan-Vesemodelforimagesegmentation" (referred to as the LCV model) of the MATLA
gaborfilter1D
- 基于多尺度gabor滤波的造影血管中轴线自动提取,利用多尺度gabor滤波灵活的频率带宽和去除背景噪声-Gabor filter-based multi-scale imaging of vascular axis automatic extraction, use of a flexible multi-scale gabor filter frequency bandwidth and remove background noise
Registration
- 主要是对视网膜图像进行血管分割,效果还不错-Primarily on retinal vascular image segmentation, the effect was not bad
project10-01
- 程序可以选择输出二值图像。二值图像可以通过对每个梯度点取阈值得到,其中阈值T为输入参数。并且要求结合3*3掩模的平滑运算和本实验上面的原算,并对图像进行处理,分割出图像中间的大血管区域,并将结果用二值图表示。在实验中需要对平滑运算方法和阈值T进行反复调整。-Program can choose the output binary image. Binary image can be taken for each gradient point to the threshold should be,
SlicerSampleVisualization
- 提供了一个可以在3dslicer平台下使用的一个用于切片可视化的例子。里面有血管、皮肤、骨骼的vtk文件,可以通过调用实现分割目的。-Provides a platform can be used 3dslicer a slice visualization for example. There are blood vessels, skin, bone vtk file can be split to achieve the purpose of call.
vmtk
- 详细介绍了vmtk库的构成,以及如何使用vmtk实现血管分割和三维重建目的。-Vmtk described in detail the composition of the Treasury, as well as how to use the vascular vmtk to achieve the purpose of segmentation and three-dimensional reconstruction.
retinalsegmentation
- 文献 基于灰度-梯度共生矩阵的视网膜血管分割方法-Literature based on the gray- the gradient co-occurrence matrix of the retinal blood vessel segmentation method
RFcarotid
- Yu s 提出的SRAD模型中所用仿真血管超声波(ultrasound)程序.修改底图和参数可以生成自己的超声波仿真图象.感谢源程序作者Zhang fang(论文Nonlinear Diffusion in Laplacian Pyramid Domain for Ultrasonic Speckle Reduction的作者)-this program simulate US RF data of a carotid artery model using Yu s RF data simu
dsa
- 用VC实现数字减影算法,通过模板匹配,再对两幅图像相减,即用盈片中减去蒙片,从而实现突出血管区域的目的。【源码加文档说明】-Using VC to achieve digital subtraction algorithm, template matching, and then the subtraction of two images, that the film with surplus minus mask, in order to achieve the purpose of high
2001A
- 数学建模2001年A题论文,VC++程序和Matlab程序处理100张血管的三维重建-A problem of mathematical modeling paper in 2001
zsl
- 血管提取~一种新的试验`~对图像中血管进行提取~-A new blood test extract ~ `~ on the images to extract blood vessels ~
ART2
- 迭代CT重建血管,希望对大家能够有所帮助-Iterative CT reconstruction of blood vessels, we want to be able to help
眼底图像的血管特征分析_韩松涛
- 一篇关于眼底血管特征检测的分析方法的论文,写的较好,提出了很多不错的算法(A paper on the analysis of the features of the fundus vascular features is well written, and many good algorithms are proposed.)
Vessel diameter血管直径检测
- 采用mom方法结合Hessian和曲线拟合的方法计算出血管的直径并输出测量图像,采用图像处理方法获得图像骨架,经调试代码可用。(The diameter of blood vessel is calculated by mom method combined with Hessian and curve fitting method, and the measured image is output. The image skeleton is obtained by image process