CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - snake gvf
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - snake gvf - List
[
Graph program
]
gvfc
DL : 0
基于GVF的SNAKE一个实现的重要函数GVFC,网上搜得-An important function GVFC used to implement the snake (active contour) based on the GVF (gradient vector flow).
Update
: 2025-02-17
Size
: 4kb
Publisher
:
风清扬
[
AI-NN-PR
]
snake_demo
DL : 0
Snake模型源码,很不错的源码,与大家共享-Snake-source model, a very good source, and share
Update
: 2025-02-17
Size
: 167kb
Publisher
:
贾立好
[
Graph program
]
GVF_Snake
DL : 0
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 (), containing : GRADIENT VECTOR FLOW DEMONSTRATION (gradient vector flow) matl ab code, ITERATIVE WATERSHED SEGMENTATION (c-code). with Snake GUI code. (Contained in documents : gvf_v5.zip, MateiDemo.zip. snake_demo.zip)
Update
: 2025-02-17
Size
: 2.68mb
Publisher
:
陈志贤
[
2D Graphic
]
GVFSnakeMatlab
DL : 0
GVF Snake 程序,用于图象分割,用MATLAB语言编写-GVF Snake procedures for image segmentation using MATLAB language
Update
: 2025-02-17
Size
: 17kb
Publisher
:
lilan
[
Mathimatics-Numerical algorithms
]
WinSnakeEyes
DL : 0
snake例子,可以帮助初学者深入具体的对SNAKE 的架构和算法思想进行理解-snake example, can help beginners depth of the Snake concrete structure and algorithm for understanding
Update
: 2025-02-17
Size
: 81kb
Publisher
:
songyang
[
Special Effects
]
snake_demo_matlab
DL : 0
snake模型寻找图像边界,以及改进的GVF算法-snake model for image border, and to improve the algorithm GVF
Update
: 2025-02-17
Size
: 167kb
Publisher
:
小菲
[
Special Effects
]
US_image_segmentation
DL : 0
自写的一种基于局部对比增强的GVFsnake图像分割方法,参考了xu的gvf,但本方法分割效果更好。-Since the writing of a local contrast enhancement based on image segmentation method of GVFsnake reference xu the gvf, but this method is better segmentation.
Update
: 2025-02-17
Size
: 18kb
Publisher
:
伍林
[
Graph program
]
Image_Contour_Detecting_Base_on_GVF_Snake
DL : 0
主动轮廓模型( snake) 是计算机视觉领域的重要研究方向, 受到越来越多的研究者的青睐。由于传统snake 具有不能收敛到凹 形区域和收敛速度较慢等缺点, 通过改进外部能量, 引入了梯度矢量流主动轮廓模型(GVF Snake)。实验表明, 该方法能更快、更好的收敛 于图像轮廓。-Active contour model (snake) is an important field of computer vision research direction, by a growing number of researchers of all ages. Because of the traditional snake has not converge to the concave regional and shortcomings such as slow convergence, by improving the external energy, the introduction of the gradient vector flow active contour model (GVF Snake). Experiments show that the method can be faster and better convergence in the image contour.
Update
: 2025-02-17
Size
: 334kb
Publisher
:
赵希成
[
Special Effects
]
GVFSnake(matlab)
DL : 0
GVF snake用matlab实现,可用于图像边缘检测和分割-GVF snake with matlab realize, can be used for image edge detection and segmentation
Update
: 2025-02-17
Size
: 1.88mb
Publisher
:
谢祎
[
Special Effects
]
GVF_Snake
DL : 0
图像分割是由图像处理到图像分析的关键步骤,涉及到计算机视觉技术的复杂问题。在医学图像方面,许多应用大都依赖于对图像中目标轮廓的准确提取。基于微分算子检测的方法几乎都对噪声较为敏感且不能保证得到连续的边缘,无法用于辨识和分析目标。由Kass提出的基于主动轮廓线的Snake模型[1],用一个具有一定弹性的封闭曲线,在曲线自身形状约束力和由图像数据计算而来的外部力的共同作用下演化,来逼近目标边界,完成对图像的分割。 GVF snake VC++做的-Image segmentation by image processing to image analysis of the key steps involved in computer vision technology to complex problems. In medical images, many applications largely depends on the target images extracted contour accuracy. Based on the differential operator method of detecting almost all more sensitive to noise and can not guarantee that they will get straight edge, can not be used for target identification and analysis. Kass raised by the active contour based on the Snake model [1], with a certain flexibility of the closed curve in the curve shape their own binding and calculated by the image data from the external force under the joint effect of the evolution of the boundary to approximate the target , completion of the image segmentation. GVF snake VC++ Make the
Update
: 2025-02-17
Size
: 146kb
Publisher
:
happynp
[
Special Effects
]
GVFVCCODE
DL : 0
GVF Snake算法的VC源码。GVF是活动轮廓算法Snake的一种改进,能够解决Snake不能够收敛到凹行区域的缺陷-GVF Snake algorithm VC source. GVF active contour algorithm is an improvement Snake, Snake can be resolved can not converge to the concave line defect region
Update
: 2025-02-17
Size
: 13kb
Publisher
:
selina
[
Special Effects
]
IGvfSnake
DL : 0
用opencv+vc6.0控制台开发的一个基于自己改进的GVF snake算法的程序,用于图像分割。效果还不错。 有疑问可以Email 我:happynp@qq.com-Opencv vc6.0 console with the development of an improvement based on their own procedures for GVF snake algorithm for image segmentation. Good effect. Email I have questions can: happynp@qq.com
Update
: 2025-02-17
Size
: 184kb
Publisher
:
happynp
[
Special Effects
]
gvf_snake_MATLAB
DL : 0
一个很实用的GVF SNAKE程序,对于新手来说,可以通过代码的学习,掌握GVF SNAKE的意义和处理步骤-A very practical GVF SNAKE procedures, for the novice, it can be through the code learning, GVF SNAKE grasp the meaning and processing steps
Update
: 2025-02-17
Size
: 975kb
Publisher
:
林坤杰
[
Special Effects
]
snakepaper
DL : 0
Snake 动态轮廓模型,GVF Snake,经典文章两篇。Active contour model. Kass Snakes Active Contour Models, Xu , Snakes, Shapes, and Gradient Vector Flow-Snake dynamic contour model, GVF Snake, the classic article 2. Active contour model. Kass Snakes Active Contour Models, Xu, Snakes, Shapes, and Gradient Vector Flow
Update
: 2025-02-17
Size
: 3.08mb
Publisher
:
陈勇
[
Graph program
]
snake_gvf_demo
DL : 0
GVF snakes. 最近学习用到的code,可以帮助图像处理入门级的学生了解GVF snake的实现。-GVF snakes. Recent study used the code, image processing can help entry-level students to understand the realization of GVF snake.
Update
: 2025-02-17
Size
: 167kb
Publisher
:
LiliWong
[
Graph program
]
FaceEdge-GVF
DL : 0
基于GVF的SNAKE算法,应用于红外人脸分割,用matlab编写的-SNAKE the GVF-based algorithms, used in infrared face segmentation, prepared by matlab
Update
: 2025-02-17
Size
: 530kb
Publisher
:
lee
[
matlab
]
Active-contour-models-snake
DL : 0
This code and doucument describe the image segementation using active contore models [snake].
Update
: 2025-02-17
Size
: 444kb
Publisher
:
javad
[
Graph program
]
matlabsnakeGVF
DL : 0
example of matlab source code of snake GVF algorithm.-example of matlab source code of snake GVF algorithm.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
tsincons
[
Graph program
]
snake
DL : 0
Snake模型是广泛应用于数字图像处理的目标轮廓跟踪算法-Snake model is widely used in digital image processing of the object contour tracking algorithm
Update
: 2025-02-17
Size
: 1.52mb
Publisher
:
刘宇菲
[
2D Graphic
]
snake
DL : 0
进行边界轮廓标定的snake算法工具箱,距离势能 gvf 以及传统sanke等各种snake-The boundary contour of the snake algorithm calibration kit, from the potential gvf and other traditional snake sanke
Update
: 2025-02-17
Size
: 9kb
Publisher
:
GORE
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.