搜索资源列表
LBP_C++.rar
- Multiresolution Gray-Scale and Rotation Invariant Texture Classification with Local Binary Patterns作者写的LBP(局部二进制模式)的C++代码,Multiresolution Gray-Scale and RotationInvariant Texture Classificationwith Local Binary Patterns Author wrote LBP (local bina
textureLBP.zip
- 提取灰度图像或BMP彩色图像的LBP纹理,用 C++编写 ,Gray-scale images or BMP extract color images of LBP texture, using C++ to prepare
LBP.rar
- 针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提 出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检 测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试, 结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值 ,Due to the difficulty of getting disparity of less textured pi
LBP
- C++实现的LBP算法提取图像纹理特征,C++实现的LBP算法提取图像纹理特征-C++ implementation of the LBP texture feature extraction algorithm, C++ implementation of the LBP algorithm for extracting image texture features
LBP
- 纹理模式的LBP特征表示及分类原理:就是通过定义一个模板,对于原图像中的每个点,使用该模板进行操作,模板中心点近邻区域对应的图像象素值与中心位置对应的象素值进行比较,且对于不同位置的比较结果赋予不同的权值,从而,变换图像中对应点的值就由模板对应各位置的比较结果之权和表示。-LBP texture pattern feature representation and classification theory: that by defining a template for the origina
LBPV_GM
- 利用LBP纹理模型进行纹理分类,其论文<..Rotation Invariant Texture Classification using LBP Variance (LBPV) with Global Matching>发表在2009年Pattern Recognition,效果很不错。-Texture classification by LBP texture model. The related paper <..Rotation Invariant Texture Cl
lbp_matlab
- 实现纹理模式的LBP特征表示及分类。 实现一种基于局部二值模式LBP(Local Binary Pattern)的多分辨率灰度尺度及旋转不变性的纹理分类方法-LBP texture model to achieve that as well as the breakdown characteristics. The realization of a model based on local binary LBP (Local Binary Pattern) Multiresolution g
lbp
- 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.
lbp
- LBP算法在纹理图像处理中的应用,非常具有参考价值-LBP texture image processing algorithm in the application have great reference value for
LBP
- 统一化LBP算子,作为一种有效的纹理描述算子,对图像局部纹理特征有卓越的描述能力,有很强的分类能力、较高的计算效率,并且对单调的灰度变化具有不变性。-Unified LBP operator, as an effective texture descr iption operator, the local texture features for image descr iption is outstanding ability, strong classification ability, h
lbp(1)
- 是一种纹理描述算子用于快速提取图像的纹理特征,应用于医学图像检索,场景分类等.-Is a texture descr iption operator for rapid extraction of texture features, used in medical image retrieval, scene classification.
lbp
- 局部二值模型用于描述图像的局部纹理信息,对光照等具有鲁棒性-Local binary model used to describe the image of the local texture information, such as robust to illumination
LBP
- LBP (local binary Pattern ) useful for texture classification
lbp
- local binary patterns用来描述图像纹理的一个算子-local binary patterns used to describe the texture of an operator
lbppdf
- 几篇关于局部二值化模式(LBP)的文章,LBP是检测图像纹理的算法-Several articles on Local Binary Patterns (LBP) of the article, LBP texture detection algorithm is
LBP
- LBP算法,应用于识别,特征提取等多方面的一种潜力算法,主要实现图像的纹理分类-LBP algorithm, used in recognition, feature extraction algorithms and other aspects of a potential,Mainly for image texture classification
LBP--texture-exration
- LBP算法实现图像的纹理特征提取(局部二值模式)-LBP algorithm feature extraction image texture
LBP-texture-classification
- 这是利用LBP纹理模型进行纹理分类,运行过,效果不错,-This is the use of LBP texture model for texture classification, run over, the effect is good,
LBP算法程序
- MATLAB提取LBP纹理特征源码,可以使用(extract LBP texture features source code in MATLAB, you can run this program directly)
LBP
- (1)计算图像中每个像素点的LBP模式(等价模式,或者旋转不变+等价模式)。 (2)然后计算每个cell的LBP特征值直方图,然后对该直方图进行归一化处理(每个cell中,对于每个bin,h[i]/=sum,sum就是一副图像中所有等价类的个数)。 (3)最后将得到的每个cell的统计直方图进行连接成为一个特征向量,也就是整幅图的LBP纹理特征向量; 然后便可利用SVM或者其他机器学习算法进行分类识别了。((1) calculate the LBP pattern of each p