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

搜索资源列表

  1. MyBitmapImg

    0下载:
  2. 本程序实现位图的读写,均衡化,滤波,LBP,LTP特征提取以及基于LBP,LTP和卡方距离,最近邻分类的人脸识别,批量给图片改名等功能-The program can read and write a bitmap, equalization, filtering, LBP, LTP feature extraction and nearest neighbor classifier for face recognition based on LBP, LTP and chi-square d
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14533967
    • 提供者:Annie
  1. LBPandPCA

    0下载:
  2. 为有效解决局部二元模式(LBP)在人脸识别特征提取时维数过高的问题,提出了一种结合LBP特征和主成分分析(PCA)的人脸识别方法.-To effectively solve the local binary pattern (LBP) feature extraction in face recognition problem of high dimensionality, we propose a combination of LBP features and principal compon
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:327056
    • 提供者:雷晨雨
  1. LBP1

    0下载:
  2. 用lbp实现纹理特征提取,并分类说明: 一共有三个m文件,一个是lbp.m, 存放主要的lbp算法, 一个是getmapping,用以做算法的辅助函数, 一个是lbptest.m,存放着测试代码。 这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片, 具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。代码最后给出效果图 这三个文件是最传统的LBP方法,有256种。-With lbp achieve texture feature ext
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:285279
    • 提供者:wandangdang
  1. SILTP

    1下载:
  2. 提取图像纹理描述符,针对LBP特征的不足,该代码具有尺度不变性和对噪声的鲁棒性-Image texture descr iptor extraction, the features of LBP, the code has scale invariance and robustness to noise
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2146
    • 提供者:lin
  1. LBP_opencv

    0下载:
  2. 用opencv实现LBP的图像纹理特征提取,实现旋转不变性-LBP with opencv image texture feature extraction to achieve rotational invariance
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4514248
    • 提供者:苡米
  1. LGBP-feature

    0下载:
  2. 提取Gabor特征,LBP特征,LGBP特征代码-extract Gabor feature,LBP feature and LGBP feature.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:19906
    • 提供者:zpf
  1. l

    0下载:
  2. lbp进行特征提取,以及lbp的旋转不变性-lbp feature extraction, as well as the rotational invariance lbp
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:594261
    • 提供者:ha
  1. face_lbp

    0下载:
  2. LBP纹理特征提取,主要是针对人脸表情的动态纹理特征进行分类!-LBP texture feature extraction, the main classification dynamic texture feature recognition is facial expression!
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-02
    • 文件大小:579292
    • 提供者:xiaxiaoxiao
  1. LBPTOP_VC

    1下载:
  2. 带有时间信息的LBP特征(LBPTOP)的提取及使用举例 C/C++版本-LBPTOP feature extraction (C/C++ version)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1819583
    • 提供者:蔡利君
  1. bag-of-words

    0下载:
  2. 图像特征点提取词袋模型,添加LBP特征的选择,融合两种特征进行图像的特征提取-bag of words in images
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-13
    • 文件大小:1622
    • 提供者:ningning
  1. LocalBinaryPattern

    0下载:
  2. LBP算法的C++实现,对于做表情识别特征提取很有帮助-LBP algorithm C++ implementation, very helpful for face recognition feature extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:4193121
    • 提供者:杨成
  1. lbp007

    1下载:
  2. 图像特征提取 cslbp和各种lbp代码-cslbp MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-06
    • 文件大小:27648
    • 提供者:lrain
  1. LBP_train_main

    0下载:
  2. LBP特征的提取以及SVM分类器的训练,提供一个框架-LBP feature extraction and SVM classifier training, to provide a framework
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1590
    • 提供者:七破刀
  1. 25292626

    0下载:
  2. 为了实现复杂环境下的人脸特征有效表达,提出一种改进的梯度方向直方图(HOG)人脸识别方法.首先以人脸图像网格作为采样窗口并在其上提取 HOG特征;然后将所有网格 HOG特征向量进行组合,实现整个人脸特 征表达;最后采用最近邻分类器进行识别.另外,比较了该方法与Gabor小波和局部二值模式(LBP)2种著名的人脸 局部特征表示方法的优劣.实验结果表明,在调优的 HOG参数下,在具有光照和时间环境等复杂变化的FERET人 脸库中,较少维数的 HOG特征比LBP特征有更好的表现,而且 HO
  3. 所属分类:Project Design

    • 发布日期:2017-05-07
    • 文件大小:1274996
    • 提供者:wang
  1. LBP2

    0下载:
  2. 提取lbp特征,基于opencv的。简单代码-lbp feature
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14448821
    • 提供者:Senller Yang
  1. LBP_PHOG

    0下载:
  2. LBP+PHOG特征提取,再利用SVM进行分类训练,需要安装libsvm,注意修改样本路径和数量。-LBP+PHOG feature extraction, re-use SVM classification training, you need to install libsvm, pay attention to modify the path and the number of samples.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-14
    • 文件大小:3346121
    • 提供者:wangbin
  1. vlfeat-0.9.20-bin

    0下载:
  2. 特征提取的工具包,实现各种特征,如hog,lbp,sift.-Feature extraction kit achieve a variety of features, such as hog, lbp, sift.
  3. 所属分类:matlab

    • 发布日期:2017-06-11
    • 文件大小:18256234
    • 提供者:刘晓晶
  1. Image_Feature

    0下载:
  2. 图像特征提取代码,包括LBP、HOG、Haar、Zernike矩、Hu矩特征,.h文件有如何调用的说明。-LBP feature、HOG feature、Haar feature、Moment feature
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-29
    • 文件大小:18369
    • 提供者:lee
  1. LBP

    0下载:
  2. 提取图像的lbp纹理特征,然后进行向量表示- Lbp extracted texture features of the image, and then vector representation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3328
    • 提供者:dd
  1. DeepLearnToolbox_CNN_lzbV2.0

    1下载:
  2. DeepLearnToolbox_CNN_lzbV2.0 深度学习,卷积神经网络,Matlab工具箱 参考文献: [1] Notes on Convolutional Neural Networks. Jake Bouvrie. 2006 [2] Gradient-Based Learning Applied to Document Recognition. Yann LeCun. 1998 [3] https://github.com/rasmusberg
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:980992
    • 提供者:陆振波
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com