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

搜索资源列表

  1. texture

    0下载:
  2. 灰度共生矩阵提取图像纹理特征,采用matlab实现,包括模糊c均值实现分类
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:7992636
    • 提供者:刘丽
  1. ModularPCA

    4下载:
  2. matlab编写的Modular PCA的源代码,以Yale人脸库为例。Moduplar PCA首先对原始图像分块,然后对分块后的所有子图像进行PCA分析提取投影特征,对待识别图像也是先进行分块,然后分别计算子图像在投影特征下的投影系数,最后根据最近邻分类器进行分类。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1946
    • 提供者:章格
  1. SpPCA

    3下载:
  2. 利用Sub-pattern PCA在Yale人脸库上进行人脸识别的matlab源代码,子模式主成分分析首先对原始图像分块,然后对相同位置的子图像分别建立子图像集,在每一个子图像集内使用PCA方法提取特征,建立子空间。对待识别图像,经相同分块后,分别将子图像向对应的子空间投影,提取特征。最后根据最近邻原则进行分类。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2012
    • 提供者:章格
  1. siftformatlab

    2下载:
  2. 这是一个用MATLAB代码实现的一个关于图像的特征描述子的提取 以及相应特征点进行匹配的代码 可用于图像识别 或者立体匹配。-This is a MATLAB code with a descr iptor on the image feature extraction and matching feature points in the corresponding code can be used for image recognition or stereo matching. T
  3. 所属分类:Graph Recognize

    • 发布日期:2016-04-22
    • 文件大小:396288
    • 提供者:peter
  1. ffatureand

    0下载:
  2. 用于图像识别和特征提取时的主成分分析程序,采用Matlab编写,(When used in image recognition and feature extraction of principal component analysis procedure, using Matlab,)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-25
    • 文件大小:4096
    • 提供者:zvdvyqq
  1. 指纹识别matlab源代码

    3下载:
  2. 代码流程包含:规格化,图像分割,图像平滑滤波,图像增强,图像二值化,图像细化,提取特征,指纹识别(The code includes image normalization, image segmentation, image smoothing and filtering, image enhancement, image binaryzation, image thinning, feature extraction, and fingerprint identification.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:446464
    • 提供者:JeffLuo
  1. edge_direction_histogram

    0下载:
  2. 用于提取图像中的边缘方向直方图,可用于进一步提取图像中对象的形状特征(A way of getting the edge direction histogram of image in matlab)
  3. 所属分类:图形图象

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:356a
  1. hogfeature

    0下载:
  2. 利用积分图的方式提取图像hog特征,用于人脸、行人检测。(Using the integral plot to extract the image hog feature, for human face, pedestrian detection.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:cqzj_jia
  1. 1lbp

    0下载:
  2. 局部二值化的特征提取,用于图像领域,MATLAB编程(Local two valued feature extraction, used in the field of image, MATLAB programming)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:真梦行路
  1. Colorhist_Libsvm_dem

    0下载:
  2. 随着科学技术的飞速发展,机器学习与人工智能技术的不断创新,人们对特定信息检索的需求逐渐增加,使得如何对资源进行合理有效的分类成为一个关键问题。近几年来,基于内容的图像分类的研究焦点主要集中在自然图像的场景分类和物体分类两个方面,大多采用有监督学习方法,通过对底层特征建模和中间语义分析来实现分类。 本文基于Libsvm的图像分类研究及实现,主要针对的是物体分类这一方面,选用了五类水果作为分类研究的对象。对图像进行分类的大体步骤主要包括采集图像样本(主要从Web上获取)、图像预处理(如截成大小一致
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:安安*
  1. Hoglist

    0下载:
  2. 这是一个在图像处理或图像标注中用matlab提取图像梯度特征的一个程序(This is a program in image processing or image annotation using MATLAB to extract the features of the image gradient)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:时光不可负
  1. 七阶不变矩

    1下载:
  2. 提取图形的七阶不变矩,简单易行,利用求得特征矩进行图像的识别(It is simple and easy to extract the seven order moment of the graph, and the image is identified by using the characteristic moment.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:8192
    • 提供者:yan112233
  1. 40746336sift-mlab

    0下载:
  2. 检测并提取图像的SIFT特征,用于图像识别和分类(Identify and extract the SIFT feature points in the image for image recognition and classification)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-28
    • 文件大小:1583104
    • 提供者:wangheng144
  1. slective_search

    0下载:
  2. 目标检测算法中常用到的slective search,在图像中提供候选窗口以供下一步提取特征(Slective search, which is commonly used in the target detection algorithm, provides a candidate window in the image for the next step of extracting features)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:321536
    • 提供者:lohaspig
  1. HU矩特征

    1下载:
  2. MATLAB环境下,提取图像的HU矩特征
  3. 所属分类:分形几何

    • 发布日期:2018-04-17
    • 文件大小:3867562
    • 提供者:tracevera
  1. fenlei

    1下载:
  2. 利用hog提取特征输入到svm分类器中,适用于新手(Using hog extraction feature input to svm classifier, suitable for novices)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:12761088
    • 提供者:turrity
  1. HOG

    1下载:
  2. 图像HOG特征提取的matlab程序,适用于图像处理应用(matlab codes for HOG feature selection of images, which can be useful for image processing applications)
  3. 所属分类:图形图象

    • 发布日期:2020-07-02
    • 文件大小:507904
    • 提供者:daoguang
  1. SIFT-MATLAB

    1下载:
  2. 提取图像的SIFT特征,用于图像内容的检索,matlab语言编写的程序(Extract SIFT features of images for image retrieval.)
  3. 所属分类:图形图像处理

    • 发布日期:2020-03-19
    • 文件大小:906240
    • 提供者:Rmuli
  1. GUI

    1下载:
  2. 首先对指纹图像进行预处理,包括图像的分割,增强,二值化,细化。对细化后的图像进行特征点的提取,最后通过细节特征匹配完成指纹的识别。(Firstly, the fingerprint image is preprocessed, including image segmentation, enhancement, binarization and thinning. The refined image is extracted by feature points, and the fingerpr
  3. 所属分类:图形图像处理

    • 发布日期:2019-12-13
    • 文件大小:700416
    • 提供者:qwerer22
  1. Matlab-AR模型

    2下载:
  2. 时间序列分析(Time-Series Analysis)是指将原来的销售分解为四部分来看——趋势、周期、时期和不稳定因素, 然后综合这些因素, 提出销售预测。强调的是通过对一个区域进行一定时间段内的连续遥感观测,提取图像有关特征,并分析其变化过程与发展规模。(Time-Series Analysis model)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-02
    • 文件大小:338944
    • 提供者:doudou66
« 1 2 ... 29 30 31 32 33 3435 36 37 38 »
搜珍网 www.dssz.com