搜索资源列表

  1. Gaborwavorforedge

    0下载:
  2. Gabor小波提取图像纹理特征,matlab语言编写-Gabor wavelet texture feature extraction image, matlab language
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:王伟
  1. nonmaxsuppts

    0下载:
  2. 极大值抑制与双阈值门限得到图像边缘: * nonmaxsuppts.m Code for performing non-maxima suppression and thresholding of points generated by a feature/corner detector. It optionally returns sub-pixel feature locations.-Maxima suppression an
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:asdasdasd
  1. Spatialfeaturedetection

    0下载:
  2. 空间特征提取: * canny.m Canny edge detector incorporating modifications suggested by Fleck. * harris.m Harris corner detector. * fastradial.m An implementation of Loy and Zelinski s fast radial feature detector. -Spatial
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:asdasdasd
  1. templateMatcher

    0下载:
  2. 图像匹配,在一副图象中搜寻子图像,寻找特征点-Image matching, in a sub-image search images to find the feature points
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:wu wei
  1. nmf

    0下载:
  2. 基于非负矩阵分解(NMF)的人脸特征提取算法,NMF基本思想是找到一个线性子空间W,使的构成子空间的基本图像的像素点都是正值,而且人脸图像在子空间上的投影系数也是正数-Non-negative Matrix Factorization (NMF) of facial feature extraction algorithm, NMF basic idea is to find a linear sub-space W, so that
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:李伟
  1. filterECG

    0下载:
  2. 是,关于ECG信号特征提取采样率为256Hz的ECG数据设计的滤波器-Yes, on the ECG signal feature extraction 256Hz sampling rate of ECG data for the design of filter
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:目光
  1. imagepro

    0下载:
  2. SIFT两幅图像的算法.基于内容的图像检索系统 特征提取-Two images SIFT algorithms. Content-Based Image Retrieval System Feature Extraction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:4600832
    • 提供者:王新胜
  1. face

    0下载:
  2. 基于Gabor小波变换的特征提取和人工智能的人脸检测系统源代码.-Based on the Gabor wavelet feature extraction and artificial intelligence face detection system source code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:190464
    • 提供者:张晓
  1. matchbycorrelation

    0下载:
  2. MATCHBYCORRELATION - match image feature points by correlation.Function generates putative matches between previously detected feature points in two images by looking for points that are maximally correlated with each ot
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:wugang
  1. MATCHBYMONOGENICPHASE

    0下载:
  2. match image feature points using monogenic phase data.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:wugang
  1. ACCV04-Longbin

    0下载:
  2. 人脸检测定位的很好的文章,题目为 A Novel facial feature Localization Method Using Probabilistic-like Output-Face Detection-targeted good article entitled A Novel facial feature Localization Method Using Probabilistic-like Output
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-15
    • 文件大小:450560
    • 提供者:douzsh
  1. FaceDetection

    0下载:
  2. 一个典型的人脸识别系统主要包括训练过程和识别过程。训练过程主要完成将已知人脸进行定位、特征提取与选择、以及分类器的设计;识别过程则完成将未知图片进行处理,并最终识别出身份的分类和决策-A typical face recognition system mainly include the training process and the identification process. Completion of the training
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:686080
    • 提供者:likunbao
  1. LDA

    0下载:
  2. LDA 的matlab源码实现,Jonathan Huang编写的,是目前唯一可用于且正确的源码,可用于图像特征降维-LDA to achieve the matlab source, Jonathan Huang, prepared, is the only can be used and the correct source, can be used for image feature dimensionality reductio
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:唐颖军
  1. Gabor_toolbox

    1下载:
  2. Gabor 滤波器工具箱,包括各种Gabor滤波器的函数,可用于图像滤波处理,特征提取,如人脸,掌纹,指纹识别等。-Gabor filter toolbox, including Gabor filter function, can be used for image filtering processing, feature extraction, such as human faces, palm prints, such as f
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:296960
    • 提供者:陈浩
  1. hog

    0下载:
  2. hog特征提取算法的实现,用于object detection,特别是human detection,针对64*128的图像。-hog feature extraction algorithm for object detection, in particular, human detection, against 64* 128 images.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:105472
    • 提供者:luandayong
  1. CV_SURF

    0下载:
  2. 用openCV编写的SURF特征检测方法,此代码只供学习交流,版权归原作者所有,如有商业利用请于原作者liuliu联系。-SURF prepared by openCV feature detection methods, this code is for learning exchanges, and belongs to original author, if the commercial exploitation of liuli
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:于子予
  1. fingerprint_extract_matlab

    0下载:
  2. 在指纹特征提取中,结合方向图和图像局部灰度方差对指纹图像进行分割,然后再进行阈值分割去处边缘效应得出较好的分割结果。-In the fingerprint feature extraction, the combination of pattern and image local variance of gray-scale fingerprint image segmentation, and then conducted thres
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:67584
    • 提供者:zizou
  1. gaborga

    0下载:
  2. 遗传+Gabor人脸/掌纹/指纹/虹膜等识别匹配程序。注意,该程序包含特征提取和匹配识别,但是对输入的图像要求最好是经过定位归一化的。没经过定位归一化的图像,识别效果较差。-Genetic+ Gabor Face/Palmprint/fingerprint/iris recognition, such as matching program. Note that the program contains the feature extr
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:曲晓峰
  1. sobel_pointlocation

    0下载:
  2. 这是一个口形特征点粗定位程序,首先对唇部图象进行边缘检测,然后利用几何特征进行定位。-This is a lip feature points coarse positioning procedures, first of all on the lip image edge detection, and then positioning the use of geometrical features.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:李莉
  1. texture_extraction

    1下载:
  2. 灰度共生矩阵和灰度梯度共生矩阵的提取方式,是比较重要的纹理特征提取方法,用matlab实现的-Gray Level Co-occurrence matrix and gray-gradient co-occurrence matrix extraction method is more important texture feature extraction method, using matlab realize the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:明明
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org