CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - opencv Lbp

搜索资源列表

  1. HOG

    1下载:
  2. HOG的详细介绍和源代码,以及附带详细PPT介绍,对学习HOG很有帮助-HOG detailed descr iption and source code, and the PPT with detailed descr iption, very helpful in learning HOG
  3. 所属分类:OpenCV

    • 发布日期:2017-06-16
    • 文件大小:25100423
    • 提供者:mattew
  1. lbp

    1下载:
  2. 1.解压缩之后,在vs2008下可直接运行,不过需要安装opencv 2.提供人脸检测与识别功能 3.人脸识别,需要预先选定文件夹提取特征向量,然后才可以选取比较,这个需要改源程序-1. Unzipped, run directly under the vs2008, but need to install opencv 2. Provides face detection and recognition 3. Recognition, pre-selected folder nee
  3. 所属分类:OpenCV

    • 发布日期:2013-03-07
    • 文件大小:13505132
    • 提供者:文石磊
  1. bytefish-opencv-a7350e7.tar

    1下载:
  2. 开源实现的LBP 写的非常工整的代码 值得参考-an opencsource implementation of LBP
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1548621
    • 提供者:yuanyang
  1. lbp

    0下载:
  2. 基于opencv的lbp算法实现,只是实现lbp图谱的转化,没有人脸识别部分的代码-Based opencv LBP algorithm just lbp map conversion, no face recognition part of the code
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:5449204
    • 提供者:张祎王
  1. LBP

    1下载:
  2. LBP算法的实现,使用opencv显示处理后的图像-LBP algorithm, using the image display processing opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1073781
    • 提供者:孟江曼
  1. LBP

    1下载:
  2. 用opencv实现LBP算法。通过一个3*3的模板在图像矩阵上滑动,用模板四周的八领域像素和中间的像素值比较,大于的为1,小于的为0,从左上角顺时针排列,然后转化为十进制放在模板中间的对应位置。-LBP algorithm with opencv. Through a 3* 3 matrix template image slide, with the template field of eight around the center pixel and the pixel value comp
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:3501
    • 提供者:文亚
  1. lbp

    0下载:
  2. 在opencv里实现局部二值算子,它是一种纹理描述算子,度量和提取图像局部的纹理信息,对光照具有不变性-Achieve local binary operator in opencv where it is a texture descr iption operator, local measure and extract image texture information, illumination invariance
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2103801
    • 提供者:张凌华
  1. lbp

    1下载:
  2. c++编写的简单的LBP程序,在VC2008+opencv2.4.6下运行成功,能够很好的显示人脸纹理。-A simple c++ code of LBP algorithm, it can be successfully operated on VC2008 with opencv 2.4.6.
  3. 所属分类:OpenCV

    • 发布日期:2016-06-10
    • 文件大小:13511680
    • 提供者:郑炜豪
  1. LBP+opencv

    0下载:
  2. Local binary patterns (LBP)+opencv
  3. 所属分类:OpenCV

    • 发布日期:2014-01-16
    • 文件大小:8502493
    • 提供者:LanceCheng
  1. LBP

    0下载:
  2. Local binary patterns (LBP)in opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8502493
    • 提供者:Lance Cheng
  1. Face_Recognition_LBP

    0下载:
  2. 基于opencv的经典的LBP人脸识别算法-The classic LBP face recognition algorithm based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:2839
    • 提供者:leo
  1. hogPlbpPsvm

    0下载:
  2. 该代码是通过opencv来实现结合hog和lbp特征,通过支持向量机来进行分类决策时实现行人的检测代码,有兴趣的同学可以下载参考下!-The code is done by opencv combined with the feature of hog and LBP, by support vector machine (SVM) classification decisions to achieve the pedestrian detection code, students are in
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:56690
    • 提供者:jane
  1. LBP

    0下载:
  2. 利用Opencv实现LBP算法,完成图像特征提取-LBP algorithm utilizing Opencv achieve complete image feature extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-06-16
    • 文件大小:24670779
    • 提供者:Zhang Tiantian
  1. GMM-GMR-v2.0

    0下载:
  2. 利用混合高斯模型对背景图像进行建模,所谓“混合高斯”的意思就是每个像素都是由多个单高斯分布混合组成的。-Name of the file which the classifier is loaded. Only the old haar classifier (trained by the haar training application) and NVIDIA s nvbin are supported for HAAR and only new type of OpenCV XML ca
  3. 所属分类:OpenCV

    • 发布日期:2017-04-25
    • 文件大小:40565
    • 提供者:ZHUXIAOFANG
  1. LBP

    0下载:
  2. LBP特征特诊算子源码,用于求取图像8,16邻域的特征值,基于OpenCV-LBP features special diagnostic operator source code, for the image of the 8,16 to get the image of the characteristics of the neighborhood, based on the OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:7516482
    • 提供者:宋先生
  1. lbp-facedetect(opencv)

    0下载:
  2. 基于opencv lbp的人脸检测算法,利用facedetect函数快速检测到人脸,提高检测速度,优化检测方法。-Face detection algorithm based on LBP facedetect, using OpenCV function to quickly detect human face, improve the detection speed, and optimize the detection method.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:4256
    • 提供者:zengui
  1. LBP

    1下载:
  2. opencv 打开一张图片,基于LBP的特征提取-feature matching
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:650
    • 提供者:杨健
搜珍网 www.dssz.com