搜索资源列表
gaijinfensuilin
- 改进的分水岭算法,能够较好地提取对象轮廓、准确得到物体边界的优点。在MATLAB6.5下顺利编译通过-improve the watershed algorithm can be used to extract object contours, to be precise object boundary advantages. In MATLAB6.5 smoothly through the compiler
Snake
- Snake模型初始轮廓选取的研究,针对Snake 模型处理复杂背景图像时的初始轮廓自动选取问题,该文采用分水岭算法先对图像进行分割,并将得到的边界作为模型的初始边缘轮廓
LevelSet.rar
- 基于matlab平台的分水岭算法图像分割,提取细胞轮廓,Matlab platform based on watershed algorithm image segmentation, contour extraction of cells
Temp
- 数字图像处理,图像分割,分水岭分割,轮廓提取,轮廓跟踪,膨胀,特征提取,BP神经网络-Digital image processing, image segmentation, watershed segmentation, contour extraction, contour tracing, expansion, feature extraction, BP neural network
963
- 为了提取血管扩张收缩的变化趋势,在采集原始视频AVI图像,进行帧序列转换后,提取血管轮廓成为研究 的重点。文中提出了一种基于标记分水岭对血管超声帧图像的分割方法,该法针对超声图像对比度低、噪声强的特点在标记 之前进行小波域增强。实验证明该法较传统的区域生长法更能准确地提取目标轮廓。基于该法得到的血管在连续时间内截面 积变化曲线,更方便医师进行精确的病理分析。由此可见,该法更适用于超声血管图像的边界提取。 -In order to extract the trend of cont
lunkuotuxiangfenge
- 舌体轮廓的图像分割是计算机辅助舌诊系统进行图像分析的前提条件。提出了一种基于分水岭交换和主动轮廓模型相结合的自动轮廓分割算法。采用了分水岭变换的结果作为主动轮廓模型算法的初始曲线。在分水岭变换中,通过引入标记函数和强制最小值技术解决了传统分水岭变换可能导致的过分割问题,同时,在保证分割质量的基础上,通过降采样的方法来提高分割速度-Tongue contours for image segmentation is aided tongue diagnosis system, a prerequis
hippocampal-segmentation
- 阿尔茨海默病目前在临床上的诊断标准就是判断是否发生了海马体积上变异,该病的程度与海马体积的萎缩量有着密切的关系。 分水岭算法最大的缺陷是过分割问题比较严重,利用分水线处能量值最小的理论,可以调整分水岭算法获得的轮廓,限制过分割。 -Alzheimer' s disease currently in clinical diagnostic criteria is to determine whether the mutation occurred on hippocampal vo
biaojifenshuiling
- 用标记分水岭法对图像进行分割,提取图像的边缘轮廓,首先用B样条曲面的方法均匀背景的灰度-use threshold method to acccomplish image segmentation
watershed
- 基于opencv的c++编程,用分水岭算法对图像进行轮廓提取-Based on the opencv c++ programming, using the watershed algorithm for image contour extraction
轮廓、分水岭算法
- 基于opencv实现了轮廓检测和利用分水岭对图像进行分割,简单而且有效。该程序基于MFC,很好,很强大。
watershed
- 实现分水岭分割函数,需要给出待分割图片,和给定的种子点矩阵mask。该函数是依赖与opencv库,但是实现方法和opencv不同,该方法能够更好的保留元图片的轮廓信息。-An algorithm for watershed. This algorithm is realised through opencv library, but different the algorithm of opencv. A better contour is achieved by my algorithm.
levelset
- 分水岭图像分割,输入图像及初始轮廓,经一定次数演化后,越来越接近真实物体边缘-levelset to segment image
braintissue
- 对最大的连通区域依次进行膨胀,闭操作,填充空穴得到脑模板,再将原图和脑模板相乘得到脑组织图像;对距离函数取反,然后进行分水岭操作,显示每一个连通区域;对合并之后的连通区域进行闭操作去除分水线,然后将里面的空洞进行填充,再将其膨胀,减去填充后的模板便可得到各个结构的轮廓线-The maximum connected region sequentially inflated closing operation, fill the hole to give the brain a template,
图像程序
- 相关图像算法包括大律法分割,梯度分割,分水岭分割,活动轮廓,最小生成树,相关基因算法(Great Law Segmentation, Gradient Segmentation, Watershed Segmentation, Active Contour, Minimum Spanning Tree, Related Gene Algorithms)