CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - LBP特征提取

搜索资源列表

  1. TextureLBP

    0下载:
  2. LBP纹理特征提取算法。首先将检测窗口划分为16×16的小区域(cell),对于每个cell中的一个像素,将其环形邻域内的8个点(也可以是环形邻域多个点,如图 3‑ 4. 应用LBP算法的三个邻域示例所示)进行顺时针或逆时针的比较,如果中心像素值比该邻点大,则将邻点赋值为1,否则赋值为0,这样每个点都会获得一个8位二进制数(通常转换为十进制数)。然后计算每个cell的直方图,即每个数字(假定是十进制数)出现的频率(也就是一个关于每一个像素点是否比邻域内点大的一个二进制序列进行统计),然
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3716
    • 提供者:nana
  1. openCVcodeforlbpfeature

    0下载:
  2. 网上看到的关于提取图像LBP特征penCV代码,供大家参考-err
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1090
    • 提供者:z.fly
  1. lbptest

    0下载:
  2. 图像处理 使用圆形插值LBP算法提取特征 计算一个像素的B样条插值-Circular interpolation using image processing algorithms to extract LBP features a pixel calculated B-spline interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4534017
    • 提供者:shangjingbo
  1. LBP_OK

    0下载:
  2. 这个程序是一个提取图像的LBP特征的程序,里面有可执行的m文件,有使用说明。对于一个不是太懂matlab的来说,可以直接拿来使用,附有使用说明。-This program is an extract LBP features of the image of the program executable m file with instructions for use. For a not too understand matlab can be directly used, with instr
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:1380540
    • 提供者:王博
  1. STLBP_Matlab

    0下载:
  2. 这是一个提取图像的时空不变性的LBP特征的程序,可以直接调用m文件执行,附有test文件。-This is an extract images of space-time invariance LBP features of the program, can directly call the m file execution, with the test files.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:659405
    • 提供者:王博
  1. LBP

    0下载:
  2. 对一块图像区域提取LBP纹理特征,该图像区域可以是一整幅图像,也可以是图像中的一块区域。-On a piece of extract LBP texture characteristics of image region, the image region can be a whole image, may also be an area in the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:13904
    • 提供者:姜佳轮
  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. 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. l

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

    • 发布日期:2017-04-01
    • 文件大小:594261
    • 提供者:ha
  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. LBP2

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

    • 发布日期:2017-06-02
    • 文件大小:14448821
    • 提供者:Senller Yang
  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. lbp

    0下载:
  2. LBP纹理特征的提取方法,matlab描述-LBP texture feature extraction method, matlab descr iption
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1117
    • 提供者:王正
  1. feature-extraction-master

    0下载:
  2. 特征提取工具包,包含color、gist、hog、sift、lbp、ssim等特征,比较好用-Feature extraction toolbox containing color, gist, hog, sift, lbp, ssim features, relatively easy to use
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1302152
    • 提供者:da zhang
  1. LBP

    0下载:
  2. 用lbp对图像特征进行提取,包含了完整的matlab代码-LBP extract matlab code in image process
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:12835
    • 提供者:李三毛
  1. LBPcoding

    0下载:
  2. LBP 局部二值模式 用于局部特征提取的编码-LBP Local Binary Pattern for local feature extraction code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3469
    • 提供者:王楷
  1. Image_Feature

    0下载:
  2. 图像特征的提取,包括HOG特征和LBP特征。-image feature extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:18207
    • 提供者:
  1. LBP-and-SVM

    0下载:
  2. 采用LBP提取目标特征,利用svm训练分类器,可对图像进行分类预测,效果好- U91C7 u7528LBP u63D0 u53D6 u76EE u6807 u7279 u5F81 uFF0C u5229 u7528svm u8BAD u7EC3 u5206 u7C7B u5668 uFF0C u53EF u5BF9 u56FE u50CF u8FDB u884C u5206 u7C7B u9884 u6D4B uFF0C u6548
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4419217
    • 提供者:kingh
« 1 2 34 »
搜珍网 www.dssz.com