搜索资源列表
my_texture
- 纹理分析,利用经典的LBP纹理分析算法实现matlab的对一幅彩色图象的纹理分析-texture analysis, use classic LBP texture analysis algorithm for a Matlab color image texture analysis
image3
- 融合圆对称轮廓波统计特征和LBP的纹理图像检索.详细的算法介绍和论文说明-Integration of circular symmetric contour wave characteristics and LBP Statistics for Texture Image Retrieval. Detailed presentations and papers algorithm descr iption
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.
textureLBP
- 提取灰度图像或BMP彩色图像的LBP纹理,用 C++编写 -Gray-scale images or BMP extract color images of LBP texture, using C++ to prepare
LBP
- 针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提 出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检 测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试, 结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值 -Due to the difficulty of get
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 <.
LBP
- 纹理模式的LBP特征表示及分类原理:就是通过定义一个模板,对于原图像中的每个点,使用该模板进行操作,模板中心点近邻区域对应的图像象素值与中心位置对应的象素值进行比较,且对于不同位置的比较结果赋予不同的权值,从而,变换图像中对应点的值就由模板对应各位置的比较结果之权和表示。-LBP texture pattern feature representation and classification theory: that by defin
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, st
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算法,应用于识别,特征提取等多方面的一种潜力算法,主要实现图像的纹理分类-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代码
- 常用于计算机视觉领域,提取图像的纹理特征,用于人脸识别、掌纹识别等。(It is often used in the field of computer vision to extract the texture features of images, such as face recognition, palmprint recognition and so on.)
lbp500b可用
- 基于LBP纹理的图像检索,亲测可用,小白能看懂(LBP texture based image retrieval, pro test can be used, Xiao Bai can understand)
tiqulbpwenli
- 用c++提取图像的lbp纹理,简单,对初学者有一定帮助(Using c++ to extract the image of the LBP texture, simple, helpful for beginners)
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) calcu
Fused-with-LBP-and-GLCM
- 这是一篇关于图像纹理特征提取的期刊,文中结合了LBP和GLCM两种基本的纹理算法,对于做纹理提取的同学有一定的帮助(This is a feature extraction of images on the image of the journal, the text of the combination of LBP and GLCM two kinds of basic texture algorithm, for the stud
LBP算法实现图像的纹理分类
- LBP局部直方图 图像纹理分类 程序完整可执行(LBP local histogram image texture classification program is complete and executable)