CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 图像的特征提取

搜索资源列表

  1. VC图像处理变换识别及各种应用

    5下载:
  2. VC图像处理及各种应用程序集合,包括图像的各种变换,图像分割,图像识别,特征提取等多种应用-VC various image processing and application pool, including the transformation of images, image segmentation, image recognition, feature extraction and other applications
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:269913
    • 提供者:赵安辉
  1. 图像与视频处理

    0下载:
  2. 提取物体的特征,效果特别好!利于以后的目标识别与跟踪(Extraction of the characteristics of the object, the effect is particularly good!)
  3. 所属分类:其他

  1. 树叶图像特征分类识别程序

    0下载:
  2. 利用matlab处理树叶图像,并提取相应的特征(Matlab is used to process leaf images and extract corresponding features.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-04
    • 文件大小:1760256
    • 提供者:MHM19963663
  1. MATLAB特征提取

    0下载:
  2. MATLAB图像特征提取程序,根据程序可提取图像中的响应特征(MATLAB image feature extraction code,characteristics in the image could be extracted base on this code)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:Leon8090
  1. SURF

    0下载:
  2. 应用SURF进行图像特征的提取,纯java编程,可视化,可以清晰看到提取出的特征点,有参考价值。(Using SURF to extract image features, pure Java programming, visualization, can clearly see the extracted feature points, and has reference value.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-07
    • 文件大小:40960
    • 提供者:jianan_1998
  1. bemd

    1下载:
  2. 二维EMD程序,这是利用最新的插值函数,个比较经典的二维经验模式分解程序代码,适用于图像的特征提取和分解((A two-dimensional EMD algorithm, the author is Anna Linderhed, her Ph.D. research topic is bidimensional EMD and wavelet transform))
  3. 所属分类:图形图像处理

    • 发布日期:2019-06-06
    • 文件大小:14336
    • 提供者:江湖一书生
  1. 特征匹配

    1下载:
  2. MATLAB实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配(MATLAB realizes SIFT feature extraction of image and matches features under different illumination and different visual angles)
  3. 所属分类:图形图像处理

    • 发布日期:2020-03-13
    • 文件大小:1291264
    • 提供者:ztcztcztc
  1. 关于视频图像特征提取的检测设计

    0下载:
  2. 用matlab编写的视频运动检测,可用于图像特征提取,方便可靠,移植性强。
  3. 所属分类:matlab例程

  1. Shape feature extraction

    1下载:
  2. 图像的形状特征一般是在物体从图像中分割出来以后进行分析,形状特征描述与尺寸测量结合起来可以作为区分不同物体的依据。形状特征有两类表示方法,一类是边界特征,另一类是区域特征。图像的轮廓特征主要针对物体的外边界,而图像的区域特征则关系到整个形状区域。(The shape feature of an image is generally analyzed after the object is segmented from the image. The combination of shape fea
  3. 所属分类:matlab例程

    • 发布日期:2020-05-17
    • 文件大小:122880
    • 提供者:堕落方舟
  1. RegionProperties1

    0下载:
  2. 这是一个图像形状的几何特征提取算法,可以提取圆形、方形、多边形等形状特征。(This is a geometric feature extraction algorithm for image shape, which can extract shape features such as circle, square and polygon.)
  3. 所属分类:图形图象

    • 发布日期:2020-04-19
    • 文件大小:423936
    • 提供者:wanghuaqiu
  1. 三种人民币识别

    3下载:
  2. 通过分析第五版人民币的特征,利用纸币中央数字的特征提取和识别的方法,通过MATLAB软件实现对第五版人民币的100元、50元和20元的识别。(By analyzing the characteristics of the fifth edition of RMB, using the method of extracting and identifying the central number of banknotes, the fifth edition of RMB can be ident
  3. 所属分类:图形图像处理

    • 发布日期:2020-03-04
    • 文件大小:1021952
    • 提供者:Brishen
  1. SIFT特征匹配(matlab版)

    1下载:
  2. 非常好用,可以提取两幅图像的同名点,匹配,配准,一整个流程,都可以实现,代码注释易懂,简单易学(Very useful, can extract two images of the same name points, matching, registration, a whole process, can be achieved, code annotations easy to understand, easy to learn)
  3. 所属分类:其他

  1. Bow-image-retrieval-master

    1下载:
  2. 基于BoVW的图像特征提取,以及图像检索(Image feature extraction and image retrieval based on BoVW)
  3. 所属分类:图形图像处理

    • 发布日期:2020-11-06
    • 文件大小:1998848
    • 提供者:lyying
  1. MATLAB指纹识别

    7下载:
  2. 本文主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。 该课题为基于MATLAB的指纹识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统指纹识别不易得到高分,基本都是对指纹进行处理,而没有比对两者指纹是不是同一个人,轻易
  3. 所属分类:图形图像处理

    • 发布日期:2019-12-13
    • 文件大小:2781184
    • 提供者:王春水
  1. 图像拼接技术

    1下载:
  2. 基于sift的特征点提取,然后用ransac精匹配,最后实现两幅图的拼接(Feature point extraction based on sift, then ransac fine matching, and finally the stitching of the two images)
  3. 所属分类:图形图像处理

    • 发布日期:2020-03-05
    • 文件大小:3416064
    • 提供者:不染@
  1. Approximate low-rank projection1

    1下载:
  2. 在文中,提出来一个基于低秩的特征提取方法(Feature extraction plays a significant role in pattern recognition. Recently, many representation-based feature extraction methods have been proposed and achieved successes in many applications. As an excellent unsupervised featu
  3. 所属分类:图形图像处理

    • 发布日期:2020-12-10
    • 文件大小:1943552
    • 提供者:HUAZI123
  1. 降噪自编码

    3下载:
  2. 训练降噪自编码,运用降噪自编码器完成数据的特征提取和分类,可应用于图像识别。(examinationTraining noise reduction self coding, using noise reduction self coding to complete data feature extraction and classification, can be applied to image recognition.)
  3. 所属分类:其他

    • 发布日期:2020-08-04
    • 文件大小:1334272
    • 提供者:cuentin
  1. SURF

    0下载:
  2. 程序由matlab编制,用于视觉目标图像surf特征提取和特征匹配及误匹配特征的剔除(good for feature matching)
  3. 所属分类:其他

    • 发布日期:2021-03-10
    • 文件大小:1433600
    • 提供者:也许是浮云
  1. MATLAB指纹门禁系统GUI界面

    1下载:
  2. 本设计为基于MATLAB的指纹识别系统。带GUI可视化平台。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is based on Matlab fingerprint identificatio
  3. 所属分类:图形图像处理

    • 发布日期:2020-12-09
    • 文件大小:3466240
    • 提供者:MATLAB道长
  1. image-Enhence图像增强

    1下载:
  2. 利用形态学进行图像增强,可用于图像特征提取前的预处理
  3. 所属分类:matlab例程

    • 发布日期:2020-08-20
    • 文件大小:1083
    • 提供者:lutongxuexue
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com