CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - Active

搜索资源列表

  1. Camera-Auto-Focus-System

    0下载:
  2. 该系统是在现有的相机结构基础上,改变传统的有源调焦方式,从获取的数字图像中提取表征图像清晰度的特征,并以此为判别依据进行实时处理。-The system is based on the existing camera structure, change the traditional focus of active ways to get digital images from the extracted features of image clarity of characterization
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:75191
    • 提供者:zhangying
  1. Meanshift

    0下载:
  2. 本系统为主动视觉跟踪系统,采用meanshift和kalman滤波相结合,能较好地在光线比较恒定的场景进行主动跟踪。-It is an active tracking system which is based on meanshift and kalman, it has a robust performance in steady environment
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:112361
    • 提供者:jianglinfeng
  1. active-contour

    0下载:
  2. pdf文献,图形图像处理中常用的经典变形模型英文文献,可用于检测轮廓-pdf documents, graphics, image processing, deformable model commonly used in classic English literature, can be used to detect contours
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:401297
    • 提供者:吴争
  1. eye

    0下载:
  2. 人脸识别是模式识别研究领域的重要课题, 目前是一个非常活跃的研究方向。人脸识别中一个最重要的过程就是特征检测与提取, 因为眼睛、鼻子和嘴巴等特征集中了人脸的大部分信息。因此对于人脸识别中的特征提取来说, 不仅要检测出这些特征, 而且要准确地加以定位。眼睛是人脸识别中包含特征信息最多的器官, 对它的精确定位是后续特征提取的前提和基础, 而其精度更是直接影响到整个系统的识别率, 所以一个有效、快速和精确的人眼定位方法是非常重要的。-Face recognition pattern recogniti
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:4304913
    • 提供者:江霞
  1. snake-2

    0下载:
  2. 主动轮廓线分割 要带opencv库 已经是vc实现了亲-active contour without edge chan-vese model
  3. 所属分类:OpenCV

    • 发布日期:2013-04-13
    • 文件大小:1610892
    • 提供者:linbin
  1. ScanarithDemo

    0下载:
  2. 程序具有以下功能: 1、 采用鼠标输入顶点的方法确定待填充多边形; 2、 实现多边形扫描转换算法完成对该多边形的填充,包括实现边表与活跃边表的构造,要求完成使用自己学号的后四位数字对多边形内部进行填充。-Program has the following features: 1, using the mouse input method to determine the vertices to be filled polygons 2, polygon scan conversion
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2494044
    • 提供者:Jack
  1. 02

    0下载:
  2. 采用了标准的CV模型算法(无边缘活动轮廓模型算法),实现图像分割-Using the standard CV model algorithm (active contour model without edges algorithm) to achieve image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1320
    • 提供者:王少华
  1. snake1

    0下载:
  2. snake code for segmentation of images based on active contours.this code can help to find different spots in medical images for helping to diagnose various disease.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2634
    • 提供者:mohammad
  1. GAC_upwind

    1下载:
  2. 本程序用matlab语言实现了测地线活动轮廓模型,采用了迎风离散方案。-The matlab language to implement the program with the geodesic active contour model, using the upwind discretization scheme.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1573
    • 提供者:康田
  1. simple-one

    0下载:
  2. 主动轮廓模型CV算法的实现,可以实现对图像的轮廓提取-Active contour model CV algorithm, can extract the contours of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1269
    • 提供者:叶韬成
  1. A-New-Mura-Defect-Method

    0下载:
  2. mura检测的论文。First, a set of real Gabor filters are applied to eliminating the global textured backgrounds. Then, the level set method is employed for image segmentation with a new region-based active contours model, which is an improvement of t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:979511
    • 提供者:赵靓
  1. Demo1

    1下载:
  2. level set 用水平集分割图像的方法,不需要初始化。只需就算符号距离函数。-a new variational formulation for geometric active contours that forces the level set function to be close to a signed distance function, and therefore completely eliminates the need of the costly re-i
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1363
    • 提供者:func_dwt
  1. project4

    0下载:
  2. active shape model for segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5214
    • 提供者:thongnguyen2410
  1. PolygopFill

    0下载:
  2. 活性边表多边形填充算法。 对算法进行了包装,形成一个独立的调用函数。 并且对最终的填充动作声明了回调,通过回调用户可以定义不同的填充动作。-Active edge table polygon filling algorithm. On the algorithm for the packaging, to form a separate call function. And the final filling action statement the callback
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:8801
    • 提供者:张湛湛
  1. Image-Segmentation-Method

    0下载:
  2. 本文主要研究基于水平集方法的活动轮廓模型图像分割,在回顾活动轮廓模 型发展的基础上,介绍了曲线演化理论及其水平集方法,证明了水平集方法可以 有稳定的数值实现方式且其处理拓扑变化的自然性,进一步引出了变分水平集方 法。 本文介绍了两种不同的几何活动轮廓模型:基于梯度信息的李纯明模型以及 基于区域信息的 Chan-Vese 模型(C-V 模型)。在分析上述两模型的优缺点上,提 出了一种改进的 C-V 模型,改进模型引入了距离约束项,同时对基于区域的外部 能量项进行了改进,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3343888
    • 提供者:赵昭
  1. VC-MapX5SourceCode_And-MapX5-Active

    0下载:
  2. MapX5.0在VC++ 中的应用例子,里面有4个VC的源码,还有MapX5.0破解版 供喜欢GIS编程的朋友学习-MapX5.0 in VC++ application examples, there are 4 VC source code, and the MapX5.0 version for friends like GIS programming learning
  3. 所属分类:GIS program

    • 发布日期:2017-06-20
    • 文件大小:31564684
    • 提供者:赵晓伟
  1. 0Abstract

    0下载:
  2. The project combined Active Shape Model, Dirichlet Free-Form Deformation and Linear Texture Projection to implement a realistic facial mask of a neutral personal face. Introduction
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5341448
    • 提供者:deligeer
  1. 0content

    0下载:
  2. The project combined Active Shape Model, Dirichlet Free-Form Deformation and Linear Texture Projection to implement a realistic facial mask of a neutral personal face. Content
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:14649
    • 提供者:deligeer
  1. 1Introduction

    0下载:
  2. The project combined Active Shape Model, Dirichlet Free-Form Deformation and Linear Texture Projection to implement a realistic facial mask of a neutral personal face. Introduction
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:917312
    • 提供者:deligeer
  1. 2LiteratureReview

    0下载:
  2. The project combined Active Shape Model, Dirichlet Free-Form Deformation and Linear Texture Projection to implement a realistic facial mask of a neutral personal face. Literature Review
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:14872
    • 提供者:deligeer
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 21 »
搜珍网 www.dssz.com