搜索资源列表
snake
- snake算法的matlab程序,可用于区域跟踪。-snake algorithm Matlab procedures can be used to track regional.
snake
- snake算法的vc++实现代码,可以直接使用,注释清晰。
snake
- Snake 算法或Active Contour Models。这类算法需要给出初始的轮廓,然后进行迭代,使轮廓沿能量降低的方向靠近,最后得到一个优化的边界。
Snake-C
- Snake 算法或Active Contour Models。这类算法需要给出初始的轮廓,然后进行迭代,使轮廓沿能量降低的方向靠近,最后得到一个优化的边界。
snake
- 用opencv实现的用snake求物体边缘的例子。执行时先框住一个物体,然后就根据snake算法求最小能量曲线,即得到物体的边缘。框子越接近物体,效果越好。 运行需要opencv库。在VS2005下做的。
snake算法的vc实现代码
- 头文件和实现文件实现了snake的算法,可直接调用
snake源码
- snake主动轮廓线提取算法的实现,基于VC平台。 == Snake算法的用法 == Snake算法需要给出初始的轮廓,然后进行迭代,使轮廓沿能量降低的方向靠近,最后得到一个优化的边界。能量函数包括内外力两方面,如边界曲率和梯度。 由于用户无法估计迭代的最后结果,应用Snake 算法往往需要进行多次的交互工作。特别当目标比较复杂时,或与其它物体靠得较近时,初始的轮廓不易确定,而迭代的结果往往不能达到要求。
opencv实现的snake算法
- opencv实现的snake算法,可以用于轮廓提取。,opencv realized snake algorithm, can be used for contour extraction.
snake
- snake算法是一种边缘检测算子,目前已有一定的应用。本程序是一个相对完整的snake程序-snake
snake
- 基于CV的SNAKE算法,使用时候请安装OPENCV的库,日文注释,主体意思应该可以看明白-Based on the CV of the SNAKE algorithm, when the use of the library, please install OPENCV, Japanese Notes, the principal should be able to understand the meaning of
snakefuanfa
- SNAKE算法代码,图像处理,matlab程序。-SNAKE algorithm code, image processing, matlab procedures.
Snake
- Snake算法源代码,很好的解决轮廓检测问题,多提意见-Snake algorithm source code, a very good solution to detect the outline of the problem and opinions
Snake
- 一种改进Snake模型的边缘检测算法的改进方法处理图像。-An Improved Snake Model for Edge Detection Algorithm Ways deal with images.
snake_demo
- snake算法,很好用啊,简单的实现了区域的分割,并给与实际例子-snake algerithem
Snake
- 一篇用Snake算法的车辆跟踪硕士论文,对于学习Snake算法很有帮助-A vehicle tracking algorithm with the Snake pp Snake algorithm for learning useful
Snake-model-bsegmentation-method
- 改进的T- Snake 算法首先在分水岭法中, 对相邻区域以其像素数、灰度均值和灰度方差定义距离, 并据其在图像上建立新的连通图, 以对图像过度分割而产生的一些过小区域合并 其次, 在模型跨边缘时, 利用已分割断层图像中模型内部区域的统计特征, 用区域生长法获取内点并重新参数化模型, 使模型不再跨边缘, 以保证模型形变到正确的边缘-Improved T-Snake algorithm first law in the watershed, the number of pixels in its
BasicSnake_version2f
- snake算法实现Copyright (c) 2010, Dirk-Jan Kroon All rights reserved.(Copyright (c) 2010, Dirk-Jan Kroon All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
snake算法的边缘检测
- 图像边缘检测,利用snake算法对图像进行边缘检测实测效果良好(Image edge detection)
snake
- snake算法实现图像分割,带例图说明。能够完成分割部位选取(Image segmentation by snake algorithm)
activeContoursSnakesDemo
- snake算法,效果很好,能够很好的收缩到凹的区域,实现分割精度较高(Snake algorithm, the effect is very good, can well shrink to the concave area, achieve high segmentation accuracy)