CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - snake methods

搜索资源列表

  1. snakedeform_matlab

    0下载:
  2. 使用snake方法进行图像处理的原代码,简单准确-use snake image processing methods for the original code simpler and more accurate
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.08kb
    • 提供者:赵文婧
  1. snake.rar

    0下载:
  2. 用LABVIEW开发的贪吃蛇小游戏,娱乐的同时学习编程思想和方法。,Developed using LABVIEW Snake game and entertainment programming at the same time learning the ideas and methods.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:94.43kb
    • 提供者:白雪
  1. OnTrackingofMovingObjects

    0下载:
  2. 学位论文;运动物体跟踪方法主要包括卡尔曼滤波,Mean-shift,Camshifi算法,粒子滤波器,Snake模型等;应用卡尔曼滤波方法设计了一套煤矿矿工出入自动监测系统;提出了一种新的基于高斯混合模型的颜色特征提取方法,该方法克服了现有的Camshift算法Continuousl y Adaptive eanshift中跟踪目标特征提取精确度低和计算复杂度高的缺陷-Dissertation moving object tracking methods include Kalman filt
  3. 所属分类:Document

    • 发布日期:2017-04-10
    • 文件大小:1.28mb
    • 提供者:田卉
  1. LevelSet_ChunmingLi_1.0

    2下载:
  2. 一种新的基于snake模型的水平集图像分割方法:用matlab编程实现,可进行灰度图像的分割,里面有演示实例,便于学习。-A new snake model based on the level set image segmentation methods: using matlab programming implementation, can be gray-scale image segmentation, there are demonstration examples for stud
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:1.44mb
    • 提供者:tudan
  1. snake

    0下载:
  2. 在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。然后以该伪圆心为中心,在其周围等角度间隔地取N个点作为初始的snake基准点,按照snake 的运行机制不断进化,直到虹膜的内边界为止。最后,计算进化后的snake形心和snake上的控制点与该形心的距离,取其平均值作为瞳孔的半径,动态轮廓模型的形心作为瞳孔的圆心,即可准确定位出虹膜内边界的位置。实验表明,与常见的定位方
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.68mb
    • 提供者:侯汶杉
  1. Codes

    2下载:
  2. 程序中有人脸识别,车牌识别,文字识别,细胞边缘检测,Snake算法,不同搜索方法比较等代码。其中车牌识别是VC环境下开发,其他的是Matlab环境下开发。-Procedures are face recognition, license plate recognition, character recognition, cell edge detection, Snake algorithm, a comparison of different search methods code. One
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-30
    • 文件大小:21.41mb
    • 提供者:王立
  1. MySnakeGame

    0下载:
  2. C#开发,贪吃蛇游戏,使用绘图方法完成,功能完善-C# development, Snake game, complete with drawing methods, functional
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:50.07kb
    • 提供者:
  1. snail

    0下载:
  2. 一个简单的贪吃蛇程序,里面包含多个控件的添加及设置代码(有两种方法可用)。-Snake a simple program, which contains more than one control to add and set the code (there are two methods available).
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-07
    • 文件大小:1.78mb
    • 提供者:咿呀
  1. levelset_lecture

    1下载:
  2. 这几张PPT内容主要是李春明针对水平集的一些基本知识、应用展开的。-Lichunming-- Curve evolution and level set methods: Curve Evolution: from snake to general curve evolution Level Set Methods: basic concepts and methods Numerical issues: Difference scheme:
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2.42mb
    • 提供者:zhangjie
  1. GVF

    0下载:
  2. 使用snake算法寻找图形的轮廓,GVF梯度代替传统方法取得了很好的效果。-Snake algorithm to find the outline of the graphics, GVF gradient instead of the traditional methods achieved good results.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:917byte
    • 提供者:邢捷希
  1. Active-Contour-Models-

    0下载:
  2.  传统Snake 模型存在的缺点是, 其初始轮廓必须靠近图像中感兴趣目标的真实边缘,否则会得到错误结 果,且由于Snake 模型的非凸性,结果不能进入感兴趣目标的深凹部分,很容易陷入局部极小点. 由此该文提出一 种基于力场分析的主动轮廓模型,详细分析了基于欧氏距离变换的距离势能力场分布,归纳出感兴趣目标上真轮 廓点与假轮廓点的判别标准. 建立了由曲线能量到最终结果的有效方法,避免了Snake 陷入局部极小点. 实验结果 表明,该模型具有较大的捕获区域,能够进入感兴趣目标的深凹部分
  3. 所属分类:Project Manage

    • 发布日期:2017-11-10
    • 文件大小:318.19kb
    • 提供者:罗朝辉
  1. activeContoursSnakesDemo

    0下载:
  2. Snake Methods for Image 2D
  3. 所属分类:midi program

    • 发布日期:2017-04-04
    • 文件大小:326.22kb
    • 提供者:Dbara Olfa
  1. snake

    0下载:
  2. 简单的代码,没有界面,主要学习方法思路,希望有用-Simple code, no interface, the main idea of learning methods, hope useful
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:王波
  1. javaJava-Snake-program-source

    0下载:
  2. Java贪吃蛇程序源码此代码可以有效解决需求者的问题,相比其他方法的程序更加简洁,适合在手机上运行。-Java Snake program source code This code can effectively solve the needs of those who, compared to other methods of the program more concise, suitable for running on the phone.
  3. 所属分类:JavaScript

    • 发布日期:2017-12-13
    • 文件大小:14.77kb
    • 提供者:李伟
搜珍网 www.dssz.com