搜索资源列表
activecontour.关于主动轮廓模型的c++程序
- 关于主动轮廓模型的c++程序,详细说明了snake轮廓模型内部外部能量函数的求取等。,On the active contour model of the c++ program, details the snake contour model of internal and external energy function to strike and so on.
opencv实现的snake算法
- opencv实现的snake算法,可以用于轮廓提取。,opencv realized snake algorithm, can be used for contour extraction.
Snake-contour.rar
- 本程序以VC++为开发环境,以opencv和MFC为开发语言实现用Snake方*廓提取轮廓。提取轮廓是图像处理和视频流处理的基础...,This procedure for a VC++ development environment, and MFC in opencv using the development of language Snake contour contour extraction method. Extraction of the outline of the imag
Active-contour-models-snake
- This code and doucument describe the image segementation using active contore models [snake].
Snake
- Hi This mfile is source code for image segementation using active contour models [Snake]. It found the objects in imaages.
snakes-active-contour-models
- 非常经典的snake文章。必看之一。Snake模型初始轮廓选取的研究-Very classic snake article. One must-see. Snake model of the initial outline of the selected research
snake
- Snake模型是广泛应用于数字图像处理的目标轮廓跟踪算法-Snake model is widely used in digital image processing of the object contour tracking algorithm
snake
- 主动轮廓模型也就是snake模型进行图像分割,一种由图像高层信息的图像分割算法。-snake model,active contour model,image segmentation
snake
- 在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。然后以该伪圆心为中心,在其周围等角度间隔地取N个点作为初始的snake基准点,按照snake 的运行机制不断进化,直到虹膜的内边界为止。最后,计算进化后的snake形心和snake上的控制点与该形心的距离,取其平均值作为瞳孔的半径,动态轮廓模型的形心作为瞳孔的圆心,即可准确定位出虹膜内边界的位置。实验表明,与常见的定位方
TSnake
- Snake的初衷是为了进行图像分割,但它对初始位置过于敏感,且不能处理拓扑结构改变的问题。初始位 置的敏感性可以用遗传算法来克服,因为它是一种全局优化算法,且有良好的数值稳定性。为了更精确地进行图 像分割,本文提出了一种基于遗传算法的双T—Snake模型图像分割方法,它将双T—Snake模型解作为遗传算法的搜 索空间,这既继承了T—Snake模型的拓扑改变能力,又加快了遗传算法的收敛速度。由于它利用遗传算法的全局优 化性能,克服了Snake轮廓局部极小化的缺陷,从而可得到对目标的
sfm_chanvese_demo
- 一种snake算法实现轮廓跟踪,可用于图像分割、目标识别等图像处理相关领域。-Of a snake contour tracking algorithm can be used for image segmentation, object recognition and other image processing related fields.
snake
- 进行边界轮廓标定的snake算法工具箱,距离势能 gvf 以及传统sanke等各种snake-The boundary contour of the snake algorithm calibration kit, from the potential gvf and other traditional snake sanke
snake
- 基于活动轮廓模型的图像分割算法研究,是其中一些子程序,适合初学者研究-Active contour model based image segmentation algorithm, are some of the subroutine, suitable for beginners of
T-Snake-model-for-image-segmentation
- ,本文提出了一种基于遗传算法的双T—Snake模型图像分割方法,它将双T—Snake模型解作为遗传算法的搜 索空间,这既继承了T—Snake模型的拓扑改变能力,又加快了遗传算法的收敛速度。由于它利用遗传算法的全局优 化性能,克服了Snake轮廓局部极小化的缺陷,从而可得到对目标的更精确的分割。将其应用于左心室MRI图像 的分割,取得了较好的效果。-This paper presents a genetic algorithm based on dual-T-Snake model f
snake-2
- 主动轮廓线分割 要带opencv库 已经是vc实现了亲-active contour without edge chan-vese model
Active-Contour-Segmentation
- Greedy Snake contour plus user interaction Active Contour Without Edges (Chan Vese) I implement these papers using matlab. I hope you enjoy :)
SNAKE
- 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试.-First set the threshold segmentation, find out the basic outline, blue contou
snake
- 手动获取坐标,snake轮廓检测。所要分割目标的轮廓确定大致的初始轮廓曲线(手动点 出),然后对曲线进行能量最小化变形。-Manually get coordinates, snake contour detection. To split the contours of the target to determine the approximate initial contour curve (manual points out), then the curve deformation ene
Snake
- Snake轮廓提取算法,用于在适当的范围内提取轮廓-The Snake contour extraction algorithm, is used to extract the contour in the appropriate range
Snake
- 形变活动轮廓模型,实现Snake(Kass)模型(The deformable active contour model is used to implement the Snake (Kass) model)