搜索资源列表

  1. lbp

    0下载:
  2. 用于图像识别中,采用matlab编写的程序,lbp算法的实现
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2080
    • 提供者:fuxiaofeng
  1. LBP特征提取算法

    1下载:
  2. 用LBP对图像提取特征
  3. 所属分类:GDI/图象编程

    • 发布日期:2012-04-17
    • 文件大小:92890209
    • 提供者:137276829@qq.com
  1. celllbp

    0下载:
  2. 基于的LBP算法的细胞分类算法,现在国内已经开始流行。-LBP based on the algorithm of cell classification algorithm, has begun to spread internally.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-12
    • 文件大小:2048
    • 提供者:周振宇
  1. lbp

    1下载:
  2. 用于图像识别中,采用matlab编写的程序,lbp算法的实现-For image recognition, using matlab preparation procedures, lbp Algorithm
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-12
    • 文件大小:2048
    • 提供者:fuxiaofeng
  1. lbp_matlab

    0下载:
  2. LBP算法实现图像的纹理分类,基于论文:multiresolution gray scale and rotation invariant texture classification with location binary patterns-LBP algorithm image texture classification, based on the thesis: multiresolution gray scale and r
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-12
    • 文件大小:3072
    • 提供者:xiao guilin
  1. LBP_pro

    0下载:
  2. 用OpenCV和C++实现的LBP算法提取图像纹理特征的源程序-With OpenCV and C++ Realized LBP algorithm extracted image texture characteristics of source
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-12
    • 文件大小:1851392
    • 提供者:dragon
  1. lbp

    0下载:
  2. LBP(局部二值模式)算法最初用于描述纹理,后引用到人脸,可描述人脸特征。-LBP (local binary mode) algorithm was originally used to describe the texture, the latter a reference to the human face, facial feature can be described.
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-12
    • 文件大小:2048
    • 提供者:甜甜
  1. lbp

    0下载:
  2. LBP算法在纹理图像处理中的应用,非常具有参考价值-LBP texture image processing algorithm in the application have great reference value for
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-12
    • 文件大小:561152
    • 提供者:杨延西
  1. LBP

    0下载:
  2. C++实现的LBP算法提取图像纹理特征,C++实现的LBP算法提取图像纹理特征-C++ implementation of the LBP texture feature extraction algorithm, C++ implementation of the LBP algorithm for extracting image texture features
  3. 所属分类:图形图象

    • 发布日期:2024-06-12
    • 文件大小:1579008
    • 提供者:飞龙
  1. adaptive--lbp

    0下载:
  2. 自适应lbp算法,用MATLAB语言写。-Lbp adaptive algorithm, written by MATLAB language.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-12
    • 文件大小:174080
    • 提供者:tll
  1. LBP

    0下载:
  2. LBP算法,应用于识别,特征提取等多方面的一种潜力算法,主要实现图像的纹理分类-LBP algorithm, used in recognition, feature extraction algorithms and other aspects of a potential,Mainly for image texture classification
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-12
    • 文件大小:4096
    • 提供者:柳树
  1. LBP--texture-exration

    0下载:
  2. LBP算法实现图像的纹理特征提取(局部二值模式)-LBP algorithm feature extraction image texture
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-12
    • 文件大小:3072
    • 提供者:慕南
  1. LBP特征提取

    0下载:
  2. 提取图像的LBP特征,可用于图像纹理识别等领域
  3. 所属分类:图形图象

  1. LBP算法实现图像的纹理分类

    0下载:
  2. 用LBP(局部二值模式)在MATLAB平台实现纹理分类(Using LBP to achieve texture classification in MATLAB platform)
  3. 所属分类:图形图象

  1. LBP算法程序

    0下载:
  2. MATLAB提取LBP纹理特征源码,可以使用(extract LBP texture features source code in MATLAB, you can run this program directly)
  3. 所属分类:图形图象

    • 发布日期:2024-06-12
    • 文件大小:62464
    • 提供者:May sunshine
  1. LBP

    0下载:
  2. 基本LBP算法和改进的不同邻域半径和邻域点的LBP算法 以及LBP改进论文(Basic LBP algorithm and improved LBP algorithm with different neighborhood radius and neighborhood points)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-12
    • 文件大小:6864896
    • 提供者:Hush94
  1. LBP算法程序

    0下载:
  2. 原始的LBP算子定义在像素3*3的邻域内,以邻域中心像素为阈值,相邻的8个像素的灰度值与邻域中心的像素值进行比较,若周围像素大于中心像素值,则该像素点的位置被标记为1,否则为0。这样,3*3邻域内的8个点经过比较可产生8位二进制数,将这8位二进制数依次排列形成一个二进制数字,这个二进制数字就是中心像素的LBP值,LBP值共有2828种可能,因此LBP值有256种。中心像素的LBP值反映了该像素周围区域的纹理信息。(The origina
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-12
    • 文件大小:25600
    • 提供者:赵阿敏
  1. LBP算法实现人脸识别

    0下载:
  2. 基于matlab平台的LBP算法实现人脸识别。(Face recognition based on LBP algorithm based on MATLAB platform.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-12
    • 文件大小:12171264
    • 提供者:大绿树叶
  1. 基于LBP算子的人脸识别

    0下载:
  2. 基于LBP的人脸识别算法,Matlab编程语言(Face recognition algorithm based on LBP using matlab programming language)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-12
    • 文件大小:1074176
    • 提供者:易大大
  1. LBP算法实现图像的纹理分类

    0下载:
  2. LBP局部直方图 图像纹理分类 程序完整可执行(LBP local histogram image texture classification program is complete and executable)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-12
    • 文件大小:3072
    • 提供者:ttxmy
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org