搜索资源列表
gvfc
- 基于GVF的SNAKE一个实现的重要函数GVFC,网上搜得-An important function GVFC used to implement the snake (active contour) based on the GVF (gradient vector flow).
gvf_model
- 图像分割中常用的主动轮廓模型的一个经典算法,GVF(梯度矢量流模型)-Segmentation commonly used active contour model of a classical algorithm, gradient vector flow (gradient vector model)
snake_program
- 一种改进的活动轮廓模型--GVF梯度矢量流模型-Improved active contour models -- gradient vector flow gradient vector model
GVF_Snake
- GVF相关代码及相关论文资料(),含: GRADIENT VECTOR FLOW DEMONSTRATION(GVF) matlab code, ITERATIVE WATERSHED SEGMENTATION (c-code), 与SNAKE GUI代码。 (所含文件:gvf_v5.zip,MateiDemo.zip, snake_demo.zip) -gradient vector flow code and related information paper (), con
snakepaper
- Snake 动态轮廓模型,GVF Snake,经典文章两篇。Active contour model. Kass Snakes Active Contour Models, Xu , Snakes, Shapes, and Gradient Vector Flow
tuxiangfenggesuanfa
- 人工干预使蛇模型只能用于半自动的图像分割,该文在梯度向量流(GVF)蛇模型的基础上提出一种基于流场节点与最小路径方法 的全自动图像分割算法。在图像的GVF 场上检测出流场节点,以节点为种子,采用多标记快速扫描法获得一个初始分割,采用区域合并 得到最终分割结果。实验结果证明了该算法的鲁棒性和有效性。-Manual intervention to make the snake model can only be used for semi-automatic image segmentati
gradient-vector-flow-algrithm(VC)
- 利用梯度矢量流算法进行轮廓提取(图像分割),不错的方法,对原来的ACM模型进行改进(active contour model 活动轮廓模型)-using gradient vector flow algrithm to extract image contour,improvement from active contour model
SNAKEGVF
- Active contour models, deformable surface models, edge detection, gradient vector flow, image segmentation, shape representation and recovery, snakes.-Active contour models, deformable surface models, edge detection, gradient vector flow, image s
GVF_Snake_plus
- 是关于梯度矢量流snake的程序代码,长须很详细,可以学到梯度矢量流snake模型中能量函数的计算方法。-Gradient vector flow snake on the program code, long to be very detailed and can learn a gradient vector flow snake model in the energy function is calculated.
GVF
- 这是一个实现GVF(广义梯度矢量流算法)的matla代码,-This is a realization of GVF (generalized gradient vector flow algorithm) matla code,
SVM_Finger
- 指纹图像的质量测量与评价,在指纹图像分割、增强及指纹匹配等环节都有重要应用. 同时,指纹图像的质量分类,对指纹识别算法的适用性研究也有重要意义. 本文提出一种基于支持向量机的指纹图像质量分类方法.该方法选择梯度、Gabor特征、方向对比度等指标,利用支持向量机有效实现指纹图像质量分类. 并采用少类样本合成过采样技术( SMOTE)降低指纹图像质量好坏的类别不平衡问题对分类的影响. 理论分析和实验结果都表明该方法能够较为有效地提高指纹图像质量分类的正确率.-Fingerprint Image Qu
m-file
- 《数字图像处理》源码 部分函数列表 bayesgauss - Bayes classifier for Gaussian patterns. bound2eight - Convert 4-connected boundary to 8-connected. bound2four - Convert 8-connected boundary to 4-connected. bound2im - Convert boundary to image. boundar
gvf_SSF
- 基于gvf(Gradient Vector Flow)的主动轮廓模型(snake)图像分割算法。 包括3个算法的实现,即基本SNAKE,ballon snake, 和GVF snake. 都采用了参数解法,很适合初学者使用-Based gvf (Gradient Vector Flow) of the active contour model (snake) segmentation algorithm. Including the three algorithm, namely, th
Grad-U-and-moving-rules
- 计算梯度向量Grad U和圆饼的移动规则:将所有的力都正因分解,分解成x轴方向和y轴方向的力,整个问题就简单化了,通过分别求出x轴方向和y轴方向的力之和,就可以知道该圆饼将要移动的轨迹,而x轴方向和y轴方向的合力方向应该就是该圆饼的梯度向量的方向。而所有圆饼的梯度向量就组成了Grad U-Because of all the forces are decomposed into the x-axis direction and the y-axis direction of the force,
GVF-Snake-model-
- :通过对梯度矢量流(GVF)力场迭代和轮廓收敛过程中时间开销大、不能逼近较复杂轮 廓等不足之处的分析,提出了一种新的初始轮廓线的设置方法。基于小波变换的多尺度轮廓检测算 法,能够较精确地定位出各类轮廓,在此基础上设置的初始轮廓线能够非常好地靠近图像中的各种真 实轮廓。实验结果表明,此方法有效地缩小了搜索的范围,减少了GVF迭代次数,提高了轮廓收敛的 速度,并保留了GVF Snake模型的所有优点。-: The gradient vector flow (GVF) field it
HOGTestDisp
- 自己实现的程序,用于显示HOG特征的梯度向量分布,方便查看HOG是否适用于描述当前物体,对于做研发的同学很有用-Their implementation procedures, used to display the gradient vector distribution HOG feature, for easy viewing HOG apply to describe the current object is useful for students doing research wit
Hausdorff_Distance
- 提出了利用小波分解建立多分辨率图像锥和Hausdorff距离的医学图像配准方法。先利用小波方法建立多分辨率图像锥, 然后根据梯度向量幅度提取分层图像的特征点, 利用Hausdorff距离进行特征点集的匹配。该方法提高了配准的速度和精度, 而且具有鲁棒性。-Image registration is the matching processing in which two or more images match from the same scene derived from different
GRADIENT-VECTOR-FLOW-_v5
- 梯度向量流方法的matlab源代码,用于运动边界模型,变形模型。包含论文说明。-Gradient vector flow method matlab source code for the model of the moving boundary deformation model. Contains papers illustrate.
gvf_dist_v4.2c
- 用matlab演示的梯度向量流。分为三种:原蛇、气球蛇、距离蛇-With a the matlab demo gradient vector flow. Divided into three types: the original snake, balloon snake from snake
Gradient-vector-diffusion-denoising
- 梯度矢量扩散控制实现边缘保持的彩色图像去噪-Gradient vector diffusion denoising realize control color image edge preserving